The Reverend
05/30/2024, 4:45 AMdialKeypadFunctionEnabled flag for api calls. But there's nothing I can find on how to use it. Please help if there's some more details on how to make this work.Vapi Support
05/30/2024, 4:45 AMVapi Support
05/30/2024, 4:45 AMdialKeypadFunctionEnabled flag allows an assistant to dial digits on a keypad during a phone call, which is essential for navigating through phone menus or automated systems. To utilize this functionality, you need to enable it in the assistant settings when creating or updating an assistant. Here's a brief example of how you might set this up in your API call:
json
{
"dialKeypadFunctionEnabled": true
}
[(1)]()
Once this feature is enabled, your assistant can interact with phone systems that require DTMF (Dual-Tone Multi-Frequency) inputs. However, the specific implementation details—like how to instruct the assistant to dial a sequence during a call—might depend on additional scripting or configuration in your assistant's logic.
For more detailed guidance and examples on setting up your assistant with this capability, you can refer back to the Vapi documentation on assistant creation or updating where this feature is described . If you need further customization or encounter any specific issues, the documentation also covers creating custom functions that might be used to extend the capabilities of your assistant .
Feel free to explore these parts of the documentation to better integrate and utilize the dialKeypadFunctionEnabled feature.Vapi Support
05/30/2024, 4:46 AMThe Reverend
05/30/2024, 4:47 AMSahil
05/30/2024, 6:14 AMThe Reverend
05/30/2024, 4:18 PMThe Reverend
05/30/2024, 4:39 PMVapi Support
05/30/2024, 5:06 PMSahil
05/30/2024, 7:05 PMThe Reverend
05/30/2024, 7:16 PMShivam Sharma
11/14/2024, 8:09 PM