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

Version 1 Next »

App Settings enable you to control some of the customizable chatbot features such as setting waitTime between bubbles, loading the chatbot from the bottom or top, changing the banner content, customizing the menu options, and so on.

All the properties listed below should be used under the property msg.payload

Property

Description

speechToText: "native"

Defines the Speech-to-Text converter to be used by the chatbot application and it takes values such as native, default, and google.

headerLogo : "<Imageurl>"

Specifies an image file to show it in the chatbot.

waitTime: "250"

Defines the time (in milliseconds) the bot waits before showing the next bubble. Also, see How do I delay delivering bubbles in Chatbot using waitTime?

micMode

animationTime

startAlignmentTop

enablePreviousOptions

waitSettings : {
mode
wpm
}

logoutUtterance

logoutUrls

logoutText

mapKey

keyboardPlaceholderText

rePromptWaitTime

offlineMessage : 'You lost your Internet connectivity'

The message that is displayed when the chatbot user is offline. You cannot do any action in the chatbot when offline.

onlineMessage : 'You are online'

The message that is displayed when the chatbot user is back online.

  • No labels