带字段类型的 Twilio 语音 <gather>

Twilio voice <gather> with fieldtype

我正在尝试从呼叫者那里收集数据,例如他们的电子邮件地址。

在 twilio autopilot \collect\ 中有一个字段类型 TWILIO.EMAIL 它会自动检测语音中的电子邮件地址并且它确实做得很好(还有其他字段类型)

但是在 twilio 语音 \gather\ 中没有字段类型来完成这项工作,它 returns johncarlo@gmail.com 给 john carlo 在 gmail com

文档中有什么方法可以在\gather\中应用字段类型吗? 顺便说一句,我正在使用 \gather\ 因为有些问题是动态的(取决于上一个问题的答案)

谢谢

此处为 Twilio 开发人员布道师。

我认为 gather 不可能(不过会仔细检查)。

Is there any way in the docs to apply fieldtype in \gather\? btw, I'm using \gather\ because some questions are dynamic (depends on the answer on the previous question)

Autopilot 可能会很好地完成这项工作。你发现redirect属性了吗?使用 redirect 您可以根据答案动态路由到不同的任务。 :)

希望对您有所帮助。让我知道事情的后续。