Skip to content

Commit

Permalink
add azurettSEndpointId to synthesizer
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Jan 17, 2024
1 parent 3f19ce4 commit b056c69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,8 @@
"type": "string",
"enum": ["MALE", "FEMALE", "NEUTRAL"]
},
"options": "object"
"options": "object",
"azurettSEndpointId": "string"
},
"required": [
"vendor"
Expand Down
3 changes: 2 additions & 1 deletion test/jambonz-verb-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ test("validate correct verbs", async (t) => {
"synthesizer": {
"voice": "Jenny",
"vendor": "google",
"label": "label1"
"label": "label1",
"azurettSEndpointId": "string",
},
"recognizer": {
"vendor": "google",
Expand Down

0 comments on commit b056c69

Please sign in to comment.