Skip to content

Commit

Permalink
add queryInput to dialogflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Aug 20, 2024
1 parent e57c81a commit e0923fe
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,14 +310,25 @@
"passDtmfAsTextInput": "boolean",
"thinkingMusic": "string",
"tts": "#synthesizer",
"bargein": "boolean"
"bargein": "boolean",
"queryInput": "#queryInput"
},
"required": [
"project",
"credentials",
"lang"
]
},
"queryInput": {
"properties": {
"text": "string",
"intent": "string",
"event": "string",
"dtmf": "string"
},
"required": [
]
},
"dtmf": {
"properties": {
"id": "string",
Expand Down

0 comments on commit e0923fe

Please sign in to comment.