Troubleshooting
Common Validation Errors
Missing Required Root Property
must have required property 'workflows'
must have required property 'name'{
"workflows": [
{
"intents": ["greeting"],
"actions": [
{
"send": {
"message": { "text": "Hello!" }
}
}
]
}
]
}{
"name": "Greeting Bot",
"workflows": [
{
"intents": ["greeting"],
"actions": [
{
"send": {
"message": { "text": "Hello!" }
}
}
]
}
]
}Missing Required Workflow Properties
Empty Message Object
Carousel With Fewer Than 2 Cards
Carousel With More Than 10 Cards
Button Missing Required title or payload
title or payloadQuick Reply Missing Required title
titlewaitFor Missing Required data or content
waitFor Missing Required data or contentInvalid content Attribute Name in waitFor
content Attribute Name in waitForInvalid attributePath in assignAttributes
attributePath in assignAttributessend.request POST Without content
send.request POST Without contentname Exceeds Maximum Length
name Exceeds Maximum LengthWorkflow or Action Name Uses Reserved nm: Prefix
nm: PrefixRichCard With No Content Fields
Debugging Checklist
Last updated
Was this helpful?

