bot |
string |
the name of the chatbot as defined in your Amplify configuration under
“aws_bots_config.name”
|
N/A |
yes |
clearComplete |
boolean |
specifies whether the chat messages clear out at the end of the chat
session
|
true |
no |
botTitle |
string |
the name of the chatbot component in your frontend app
|
'Chatbot' |
no |
conversationModeOn |
boolean |
turns voice conversation mode on/off |
false |
no |
voiceConfig |
object |
modifies the silence detection parameters
|
{`{
silenceDetectionConfig: {
time: 2000,
amplitude: 0.2,
},
}`}
|
no |
voiceEnabled |
boolean |
turns user voice input on/off |
false |
no |
textEnabled |
boolean |
turns user text input on/off |
true |
no |