Pumpc4t
02/01/2026, 2:53 PMChiranjeet Mishra
02/01/2026, 2:53 PMVapi Support Bot
02/01/2026, 2:54 PMassistant.transcriber.endpointedSpeechLowConfidence hook to prompt the user and move on. Here’s a focused example:
json
{
"hooks": [
{
"on": "assistant.transcriber.endpointedSpeechLowConfidence[confidence=0.0:0.4]",
"do": [
{
"type": "say",
"exact": "I didn't catch that clearly, but let's continue. Could you please provide your phone number?"
}
]
}
]
}
This will let your assistant acknowledge the name attempt and smoothly proceed to the next step ([see documentation](https://docs.vapi.ai/assistants/assistant-hooks)).
Source:
- [Assistant hooks](https://docs.vapi.ai/assistants/assistant-hooks)Pumpc4t
02/01/2026, 8:13 PMPumpc4t
02/01/2026, 8:45 PMJames Christopher
02/02/2026, 1:38 PMPumpc4t
02/02/2026, 1:55 PMPumpc4t
02/02/2026, 1:58 PMPumpc4t
02/02/2026, 2:35 PMJames Christopher
02/02/2026, 5:01 PMPumpc4t
02/02/2026, 7:42 PMJames Christopher
02/03/2026, 4:22 AMPumpc4t
02/03/2026, 9:51 AMPumpc4t
02/04/2026, 5:04 PMChiranjeet Mishra
02/09/2026, 10:59 PMPumpc4t
02/12/2026, 5:51 PM