Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In your Orbita Voice project, open Experience Designer.

  2. Open the Bot out Parser inBot Provider V2 node, or the App Settings node.

  3. 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
panelIconIdatlassian-info
panelIcon:info:
bgColor#FFFAE6

Note: WaitTime field is available under Directive Tab controls such as Options, Yes/No, for more information visit 3.3.9 Flow Studio Controls