0

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

4

1 回答 1

1

Twilio 布道者在这里。

您可以将 <Gather> 上的输入属性设置为语音,然后使用提示属性为 Gather 提供一组单词或短语,使其语音到文本的转换更加准确。

<?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>

希望有帮助。

于 2019-02-28T13:55:20.353 回答