allow proxy in dial verb

This commit is contained in:
Dave Horton
2020-07-24 15:33:06 -04:00
parent 3624b05eb6
commit 884e63e0ef
3 changed files with 10 additions and 3 deletions

View File

@@ -112,6 +112,7 @@
"target": ["#target"],
"timeLimit": "number",
"timeout": "number",
"proxy": "string",
"transcribe": "#transcribe"
},
"required": [
@@ -120,7 +121,7 @@
},
"dialogflow": {
"properties": {
"credentials": "string",
"credentials": "object|string",
"project": "string",
"lang": "string",
"actionHook": "object|string",
@@ -188,6 +189,7 @@
"from": "string",
"speech_synthesis_vendor": "string",
"speech_synthesis_voice": "string",
"speech_synthesis_language": "string",
"speech_recognizer_vendor": "string",
"speech_recognizer_language": "string",
"tag": "object",