From b056c691f77d10740f6ca667ba7c77ff099629e9 Mon Sep 17 00:00:00 2001 From: Quan HL Date: Wed, 17 Jan 2024 14:50:02 +0700 Subject: [PATCH] add azurettSEndpointId to synthesizer --- specs.json | 3 ++- test/jambonz-verb-test.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/specs.json b/specs.json index 1745c03..93ffafe 100644 --- a/specs.json +++ b/specs.json @@ -514,7 +514,8 @@ "type": "string", "enum": ["MALE", "FEMALE", "NEUTRAL"] }, - "options": "object" + "options": "object", + "azurettSEndpointId": "string" }, "required": [ "vendor" diff --git a/test/jambonz-verb-test.js b/test/jambonz-verb-test.js index 53c222e..1dd4649 100644 --- a/test/jambonz-verb-test.js +++ b/test/jambonz-verb-test.js @@ -25,7 +25,8 @@ test("validate correct verbs", async (t) => { "synthesizer": { "voice": "Jenny", "vendor": "google", - "label": "label1" + "label": "label1", + "azurettSEndpointId": "string", }, "recognizer": { "vendor": "google",