【发布时间】:2021-10-04 09:17:04
【问题描述】:
我有以下代码:
<?xml version="1.0" encoding="UTF-8"?>
<!-- page located at http://example.com/simple_gather.xml -->
<Response>
<Pause length="2"/> <Play>https://welcomehisheart.com/wp-content/uploads/2021/10/congress-invitation.mp3</Play>
<Pause length="1"/>
<Say>If you would no longer like to receive information about the Sacred Heart, press 2</Say>
<Gather/>
<Pause length="1"/>
</Response>
TwiML URL 是:
https://handler.twilio.com/twiml/EHe23193a659bfcf74b1061864aea9b224
代码按预期工作。您可以在通话过程中输入选择。
如何访问收集到的信息?
谢谢
【问题讨论】:
标签: twilio twilio-api twilio-twiml