mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-05-06 08:46:57 +00:00
support recognizer.googleOptions.parentPath (#132)
This commit is contained in:
+2
-1
@@ -820,7 +820,8 @@
|
||||
"speechStartTimeoutMs": "number",
|
||||
"speechEndTimeoutMs": "number",
|
||||
"enableVoiceActivityEvents": "boolean",
|
||||
"transcriptNormalization": "array"
|
||||
"transcriptNormalization": "array",
|
||||
"parentPath": "string"
|
||||
}
|
||||
},
|
||||
"houndifyOptions": {
|
||||
|
||||
@@ -611,6 +611,7 @@ test("validate correct verbs", async (t) => {
|
||||
"speechStartTimeoutMs": 500,
|
||||
"speechEndTimeoutMs": 1000,
|
||||
"enableVoiceActivityEvents": true,
|
||||
"parentPath": "projects/my-project/locations/global/agent/sessions/1234567890",
|
||||
"transcriptNormalization" : [
|
||||
{
|
||||
"search": "dog",
|
||||
|
||||
Reference in New Issue
Block a user