diff --git a/specs.json b/specs.json index a13b5bd..46692c4 100644 --- a/specs.json +++ b/specs.json @@ -52,6 +52,7 @@ "listen": "#listenOptions", "transcribe": "#transcribeOptions", "amd": "#amd", + "fillerNoise": "#fillerNoise", "notifyEvents": "boolean", "reset": "string|array", "onHoldMusic": "string", @@ -61,6 +62,16 @@ }, "required": [] }, + "fillerNoise": { + "properties": { + "enable": "boolean", + "url": "string", + "startDelaySecs": "number" + }, + "required": [ + "enable" + ] + }, "listenOptions": { "properties": { "enable": "boolean", @@ -214,6 +225,7 @@ "recognizer": "#recognizer", "play": "#play", "say": "#say", + "fillerNoise": "#fillerNoise", "actionHookDelayAction": "#actionHookDelayAction" }, "required": [