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.

...