@twilio/autopilot-templates
Version:
Autopilot templates
66 lines (65 loc) • 1.94 kB
JSON
{
"friendlyName" : "hello-world-1553289792138",
"logQueries" : true,
"uniqueName" : "hello-world-1553289792138",
"defaults" : {
"defaults" : {
"assistant_initiation" : "task://hello-world",
"fallback" : "task://hello-world",
"collect" : {
"validate_on_failure" : "task://hello-world"
}
}
},
"styleSheet" : {
"style_sheet" : {
"collect" : {
"validate" : {
"on_failure" : {
"repeat_question" : false,
"messages" : [
{
"say" : "I didn't get that. What did you say?"
},
{
"say" : "I still didn't catch that. Please repeat."
},
{
"say" : "Let's try one last time. Say it again please."
}
]
},
"on_success" : { "say" : "Got it." },
"max_attempts" : 4
}
},
"voice" : {
"say_voice" : "Polly.Matthew"
},
"name" : "Matthew"
}
},
"fieldTypes" : [],
"tasks" : [
{
"uniqueName" : "hello-world",
"actions" : {
"actions" : [
{
"say" : { "speech" : "Hello World" }
}
]
},
"fields" : [],
"samples" : [
{
"language" : "en-US",
"taggedText" : "Hello World"
}
]
}
],
"modelBuild" : {
"uniqueName" : "hello-world-1553289792138"
}
}