dialogflow: support for regional endpoints

This commit is contained in:
Dave Horton
2021-08-31 20:31:16 -04:00
committed by Dave Horton
parent d1d082ceaf
commit ac8827c885
2 changed files with 19 additions and 3 deletions

View File

@@ -124,6 +124,10 @@
"credentials": "object|string",
"project": "string",
"environment": "string",
"region": {
"type": "string",
"enum": ["europe-west1", "europe-west2", "australia-southeast1", "asia-northeast1"]
},
"lang": "string",
"actionHook": "object|string",
"eventHook": "object|string",