使用GATHER收集Twilio中的用户名

时间:2019-02-28 13:21:04

标签: twilio twilio-functions

您好,可以使用“收集”动词收集用户名吗? 我收到应用程序错误,在哪里可以读取它的详细信息? 我可以使用任何“提示”来改善聚会名称吗?

1 个答案:

答案 0 :(得分:1)

这里是Twilio的传播者。

您可以将上的input attribute设置为语音,然后使用hints attribute为Ga​​ther提供一组单词或短语,以使其语音到文本的转换更加准确。

<?xml version="1.0" encoding="UTF-8"?>
<!-- page located at http://example.com/simple_gather.xml -->
<Response>
    <Gather input="speech" action="/completed" hints="number, numbers, more number facts, more numbers facts">
        <Say>Welcome to Twilio, please tell us why you're calling</Say>
    </Gather>
</Response>

希望有帮助。