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",
|
"speechStartTimeoutMs": "number",
|
||||||
"speechEndTimeoutMs": "number",
|
"speechEndTimeoutMs": "number",
|
||||||
"enableVoiceActivityEvents": "boolean",
|
"enableVoiceActivityEvents": "boolean",
|
||||||
"transcriptNormalization": "array"
|
"transcriptNormalization": "array",
|
||||||
|
"parentPath": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"houndifyOptions": {
|
"houndifyOptions": {
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user