@twilio/autopilot-templates
Version:
Autopilot templates
23 lines (22 loc) • 803 B
JSON
{
"Show Text": {
"gitUrl": "https://github.com/twilio/autopilot-templates.git",
"shortDescription":"Display text",
"fileName" : "Actions/show/show_text.json"
},
"Show Image": {
"gitUrl": "https://github.com/twilio/autopilot-templates.git",
"shortDescription":"Display an image",
"fileName" : "Actions/show/show_image.json"
},
"Show Image and Text": {
"gitUrl": "https://github.com/twilio/autopilot-templates.git",
"shortDescription":"Display an image and text",
"fileName" : "Actions/show/show_image_and_text.json"
},
"Show Text and Say": {
"gitUrl": "https://github.com/twilio/autopilot-templates.git",
"shortDescription":"Display text and speak",
"fileName" : "Actions/show/show_text_and_say.json"
}
}