support recognizer.googleOptions.parentPath (#132)

This commit is contained in:
Hoan Luu Huu
2026-05-05 18:35:08 +07:00
committed by GitHub
parent 1698b15892
commit a5170edd77
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -820,7 +820,8 @@
"speechStartTimeoutMs": "number", "speechStartTimeoutMs": "number",
"speechEndTimeoutMs": "number", "speechEndTimeoutMs": "number",
"enableVoiceActivityEvents": "boolean", "enableVoiceActivityEvents": "boolean",
"transcriptNormalization": "array" "transcriptNormalization": "array",
"parentPath": "string"
} }
}, },
"houndifyOptions": { "houndifyOptions": {
+1
View File
@@ -611,6 +611,7 @@ test("validate correct verbs", async (t) => {
"speechStartTimeoutMs": 500, "speechStartTimeoutMs": 500,
"speechEndTimeoutMs": 1000, "speechEndTimeoutMs": 1000,
"enableVoiceActivityEvents": true, "enableVoiceActivityEvents": true,
"parentPath": "projects/my-project/locations/global/agent/sessions/1234567890",
"transcriptNormalization" : [ "transcriptNormalization" : [
{ {
"search": "dog", "search": "dog",