Quintus
08/01/2024, 2:53 AMVapi
08/01/2024, 2:54 AMassistant-speaks-first
, you should enable it to ensure the assistant provides the information without waiting for user input. If you're not sure how to set this or if such an option exists, please ask support for more info on this.
If you have access to the code or settings of the assistant, look for a setting related to speech initiation or conversation flow control and adjust it to make the assistant more proactive.
If you need further assistance with this issue, please provide more details or context, and I'll do my best to help you resolve it.Vapi
08/01/2024, 2:54 AMShubham Bajaj
08/01/2024, 9:13 PMjson
"messages": [
{
"content": "Please wait...",
"type": "request-start"
},
{"content": "Got it.", "type": "request-complete"},
{
"content": "I couldn't get the open slots right now.",
"type": "request-failed"
},
{
"content": "It appears there is some delay in getting the open slots.",
"type": "request-response-delayed",
"timingMilliseconds": 5000
}
]
Liam T Bilich
08/01/2025, 3:56 PM