lex changes

This commit is contained in:
Dave Horton
2020-11-23 09:08:48 -05:00
parent 5291824501
commit 25c3512e41
2 changed files with 27 additions and 6 deletions

View File

@@ -157,8 +157,9 @@
"credentials": "object",
"region": "string",
"locale": "string",
"intent": "string",
"intent": "#lexIntent",
"welcomeMessage": "string",
"metadata": "object",
"bargein": "boolean",
"passDtmf": "boolean",
"actionHook": "object|string",
@@ -336,5 +337,14 @@
"required": [
"vendor"
]
},
"lexIntent": {
"properties": {
"name": "string",
"slots": "object"
},
"required": [
"name"
]
}
}