dialogflow: allow app to specify event to send in case on no input

This commit is contained in:
Dave Horton
2020-07-10 11:33:48 -04:00
parent 6e78b46674
commit 31bed8afbd
4 changed files with 6 additions and 4 deletions

View File

@@ -129,6 +129,7 @@
"welcomeEvent": "string",
"welcomeEventParams": "object",
"noInputTimeout": "number",
"noInputEvent": "string",
"passDtmfAsTextInput": "boolean",
"thinkingMusic": "string"
},