Twilio 出站呼叫语音到文本

Twilio Outbound Call Speech to Text

Twilio 语音识别如何处理外拨电话?对于来电,我假设在开发人员工具下创建 Twilio 函数,使用 VoiceResponse 处理并将 A CALL COMES IN 选项设置为创建函数

假设调用 IVR 系统,收听 IVR 提示,使用语音识别,然后让 twilio 执行操作。

可能吗?

这里是 Twilio 开发人员布道者。

当您 make an outbound call, you need to set a URL within the API request 时,Twilio 将发出 HTTP 请求以了解在呼叫连接后要执行的操作。以后就和呼入基本一样了

您可以 return 将 <Gather> TwiML with input set to speech with an action defined for the URL to call once the speech recognition has a full result. You can use that URL to respond to further prompts from the IVR that you're calling, or do other things like <Dial> 转到另一个号码,例如,通过 IVR 与代理联系后。

如果有帮助请告诉我。