Quick Start
Prerequisites
Minimal Working Example
{
"name": "Support Bot v1",
"welcomeMessageExecute": "greeting",
"workflows": [
{
"name": "greeting",
"intents": ["greeting"],
"expressions": [
"hello",
"hi",
"hey there",
"good morning"
],
"actions": [
{
"name": "send-greeting",
"send": {
"message": {
"text": "Welcome to Acme Support. What can I help you with today?",
"quickReplies": [
{
"type": "text",
"title": "Track an order",
"payload": "track_order"
},
{
"type": "text",
"title": "Return an item",
"payload": "return_item"
}
]
}
}
}
]
}
]
}Field-by-Field Annotation
Field
Path
Type
Required
Description
Schema Validation
Next Steps
Last updated
Was this helpful?

