im trying to implement a selector for twilio using the Autopilot and Functions.
I'm trying to achieve a text that asks "which one" -
Hello, which one do you like better? 1. Apple, 2. Grape..
i tried everything using the collect.
"collect": {
"name": 'preferences',
"questions": [
{
"question": questionText,
"name": "selected_option",
"type": "Twilio.YES_NO",
"voice_digits": {
"mapping": {
"1": "Apple",
"2": "Grape"
},
}
....
In this option i would like to text the field selected_option
to be Apple
if the user responds with 1