@twilio/autopilot-templates
Version:
Autopilot templates
28 lines (27 loc) • 974 B
JSON
{
"Greeting": {
"gitUrl": "https://github.com/twilio/autopilot-templates.git",
"shortDescription":"Hello",
"fileName" : "Actions/say/say_greeting.json"
},
"Task Question": {
"gitUrl": "https://github.com/twilio/autopilot-templates.git",
"shortDescription":"Ask users what they want to do",
"fileName" : "Actions/say/say_question.json"
},
"Switch Task": {
"gitUrl": "https://github.com/twilio/autopilot-templates.git",
"shortDescription":"Switch task",
"fileName" : "Actions/say/say_task_switch.json"
},
"Goodbye": {
"gitUrl": "https://github.com/twilio/autopilot-templates.git",
"shortDescription":"Goodbye",
"fileName" : "Actions/say/say_goodbye.json"
},
"Didn't understand": {
"gitUrl": "https://github.com/twilio/autopilot-templates.git",
"shortDescription":"Fallback – Didn't understand",
"fileName" : "Actions/say/say_didnt_understand.json"
}
}