updates for lex v2

This commit is contained in:
Dave Horton
2020-10-26 09:59:10 -04:00
parent 6b63009707
commit b47e490424
4 changed files with 112 additions and 93 deletions

View File

@@ -152,14 +152,17 @@
},
"lex": {
"properties": {
"bot": "string",
"alias": "string",
"botId": "string",
"botAlias": "string",
"credentials": "object",
"region": "string",
"locale": "string",
"intent": "string",
"welcomeMessage": "string",
"bargein": "boolean",
"passDtmf": "boolean",
"actionHook": "object|string",
"eventHook": "object|string",
"events": "[string]",
"prompt": {
"type": "string",
"enum": ["lex", "tts"]
@@ -168,8 +171,8 @@
"tts": "#synthesizer"
},
"required": [
"bot",
"alias",
"botId",
"botAlias",
"region",
"prompt"
]