add support for dialogflow cx (#61)

This commit is contained in:
Dave Horton
2024-08-20 08:57:45 -04:00
committed by GitHub
parent e044621bbc
commit 21bb3c2b73

View File

@@ -297,6 +297,10 @@
"type": "string",
"enum": ["europe-west1", "europe-west2", "australia-southeast1", "asia-northeast1"]
},
"model": {
"type": "string",
"enum": ["es", "cx"]
},
"lang": "string",
"actionHook": "object|string",
"eventHook": "object|string",