/
How do I add a wait indicator to my chat bot?
How do I add a wait indicator to my chat bot?
If you want to add a wait time indicator when there is a delay in your chat bot's responses, you can specify a delay indicator with the waitTimeNoAnimation global setting in the Bot out Parser in Bot Provider V2 node or App Settings nodes.
A waitTimeNoAnimation specified in Bot out Parser in Bot Provider V2 node overrides a waitTimeNoAnimation specified in App Settings.
In your Orbita Voice project, open Experience Designer.
Open the Bot out Parser in Bot Provider V2 node, or the App Settings node.
Add the waitTimeNoAnimation parameter to the settings JSON (for example, waitTimeNoAnimation: false). The value is specified in boolean.
The following images show code samples for Bot out Parser in Bot Provider V2 node and App Settings nodes.
Bot out Parser in Bot Provider V2 node code sample with waitTimeNoAnimation
App Settings code sample with waitTimeNoAnimation
, multiple selections available,
Related content
How do I delay delivering bubbles in Chatbot using waitTime?
How do I delay delivering bubbles in Chatbot using waitTime?
More like this
GA Release - 4.0.108
GA Release - 4.0.108
More like this
3.3.9 Flow Studio Controls
3.3.9 Flow Studio Controls
More like this
Bot Provider V2 node
Bot Provider V2 node
More like this
How do I override the global settings in chatbot?
How do I override the global settings in chatbot?
More like this
3.2.4 Bot Manager
3.2.4 Bot Manager
More like this