...
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.
If set to dynamic, the duration of wait time animation will be calculated based on the number of words rendered on the previous bubble. ((#of words in the last bubble ) / (Word Per Minute) ) * 1000
If set to static, the duration of wait time animation is taken from the property
msg.payload.waitTime
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Note: WaitTime field is available under Directive Tab controls such as Options, Yes/No, for more information visit 3.3.9 Flow Studio Controls |