Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 2.13 KB

File metadata and controls

20 lines (12 loc) · 2.13 KB

AppSettings

Customizable app settings.

Properties

Name Type Description Notes
conversationRetentionSeconds Integer Number of seconds of inactivity before a conversation’s messages will be automatically deleted. See Conversation Retention Seconds for more information. [optional]
maskCreditCardNumbers Boolean A boolean specifying whether credit card numbers should be masked when sent through Sunshine Conversations. [optional]
useAnimalNames Boolean A boolean specifying whether animal names should be used for unnamed users. See the user naming guide for details. [optional]
echoPostback Boolean A boolean specifying whether a message should be added to the conversation history when a postback button is clicked. See Echo Postbacks for more information. [optional]
ignoreAutoConversationStart Boolean A boolean specifying whether a non message event coming from a channel will trigger a start conversation event and count as a monthly active user (MAU). <aside class=&quot;notice&quot;><strong>Note:</strong> Calling <code>startConversation()</code> (or equivalent) from the Android, iOS or Web SDK will count as a MAU, regardless of the value of this setting.</aside> [optional]
multiConvoEnabled Boolean A boolean specifying whether users are allowed to be part of several conversations. Enabling `multiConvo` is irreversible. [optional]
appLocalizationEnabled Boolean A boolean specifying whether the messages authored by the Sunshine Conversations platform should be localized. [optional]