...
In your Orbita Voice project, open Experience Designer.
Open the Bot out Parser inBot Provider V2 node, or the App Settings node.
Add the below code.
Code Block |
---|
msg.payload.waitSettings = { micInput: false, waitTime: 7000, waitSettings: { mode: 'dynamic', wpm: 165 }, }; return msg; |
The mode can be dynamic or static.
...