Darshan
12/06/2024, 12:59 PMDarshan
12/06/2024, 1:00 PMVapi
12/06/2024, 1:00 PMDarshan
12/06/2024, 1:01 PMDarshan
12/06/2024, 1:01 PMVapi
12/06/2024, 1:01 PMpseudo
prompt("Please provide your input", timeout=10)
onTimeout {
play("Are you still there? Please respond to continue.", timeout=5)
onTimeout {
endCall()
}
}
This is a general approach and the actual implementation will depend on the specific voice application platform or IVR system you are using. Each platform has its own methods and event handlers for managing timeouts and user input.
If you need more specific guidance, please provide details about the platform or programming language you are using, and I can offer more detailed instructions. If you're looking for how to implement this feature using VAPI, please let me know so I can provide the appropriate support or direct you to the right resources.Darshan
12/06/2024, 1:01 PMDarshan
12/06/2024, 1:02 PMVapi
12/06/2024, 1:02 PMDarshan
12/06/2024, 1:02 PMVapi
12/06/2024, 1:03 PMVapi
12/06/2024, 1:04 PMVapi
12/06/2024, 1:04 PMDarshan
12/06/2024, 1:25 PMDarshan
12/06/2024, 1:25 PMVapi
12/06/2024, 1:25 PMDarshan
12/06/2024, 1:26 PMVapi
12/06/2024, 1:26 PMDarshan
12/06/2024, 1:26 PMVapi
12/06/2024, 1:27 PMDarshan
12/06/2024, 1:27 PMVapi
12/06/2024, 1:27 PMDarshan
12/06/2024, 1:54 PMShubham Bajaj
12/09/2024, 4:39 PMjson
"messagePlan": {
"idleMessageMaxSpokenCount": 2,
"idleMessages": [
"insert-idle-message-here-1",
"insert-idle-message-here-2"
],
"idleTimeoutSeconds": 5
}Shubham Bajaj
12/09/2024, 4:39 PM