add label to recognizer

This commit is contained in:
Quan HL
2023-08-15 09:14:33 +07:00
parent ba9a9f9b60
commit 1a1436b612
2 changed files with 3 additions and 1 deletions

View File

@@ -495,6 +495,7 @@
"recognizer": {
"properties": {
"vendor": "string",
"label": "string",
"language": "string",
"vad": "#vad",
"hints": "array",

View File

@@ -29,7 +29,8 @@ test("validate correct verbs", async (t) => {
},
"recognizer": {
"vendor": "google",
"language": "de-DE"
"language": "de-DE",
"label": "label1"
},
"bargeIn": {
"enable": true,