Is it possible to use play in conjunction with twilio autopilot? I tried to add question:{play:{url:<url>, loop:1}}
but it just gave me errors. I am unable to find documentation of this feature and was hoping I just missed something.
0
votes
2 Answers
0
votes
Play is an Autopilot action. Did you make sure you are using a current version of the Twilio Helper Libraries?
Autopilot Play Action https://www.twilio.com/docs/autopilot/actions/play
{
"actions": [
{
"play": {
"loop": 2,
"url": "https://api.twilio.com/cowbell.mp3"
}
}
]
}
0
votes
Twilio developer evangelist here.
You can't use a play action within a collect action.
You can use a say action for a question, in which you can use SSML to better control the synthesized speech.