Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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

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

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

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

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

The following images show code samples for 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

  • No labels