From 819e5c81cebc2558cd34ff10635b9031ec25ab5a Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Tue, 20 Aug 2024 08:54:23 -0400 Subject: [PATCH] add support for dialogflow cx --- specs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specs.json b/specs.json index 930b09b..3a9d428 100644 --- a/specs.json +++ b/specs.json @@ -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",