Versions Compared

Key

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

If you want to delay your chat bot's responses, you can specify a response delay with the waitTimeNotAnimated waitTime global setting in the Bot Formatter Bot out Parser in Bot Provider V2 node or App Settings nodes.

Note

A waitTimeNotAnimated waitTime specified in Bot out Parser in Bot FormatterProvider V2 node overrides a waitTimeNotAnimated waitTime specified in App Settings.

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

  2. Open the Bot Formatter Bot out Parser in Bot Provider V2 node (OrbitaBot category), or the App Settings node.

  3. Add the waitTimeNotAnimated waitTime parameter to the settings JSON (waitTime: “1000”). The value is specified in milliseconds.

The following images show code samples for Bot Formatter Bot out Parser in Bot Provider V2 and App Settings nodes.

...

Bot out Parser in Bot Provider V2 code sample with

...

waitTime

...

App Settings code sample with

...

waitTime

...