Beacon Config Overrides
data class BeaconConfigOverrides @JvmOverloads() constructor(docsEnabled: Boolean?, messagingEnabled: Boolean?, chatEnabled: Boolean?, contactForm: ContactFormConfigApi?, color: String?, focusMode: FocusMode?, enablePreviousMessages: Boolean)
Content copied to clipboard
BeaconConfigOverrides allows you to override certain data provided by the Beacon Builder on Help Scout
Parameters
docsEnabled
whether to show suggestions screen and allow Articles to be searched and viewed
messagingEnabled
allow users to contact via Beacon messaging contact form
chatEnabled
allow users contact using real time chat
contactForm
allows overriding whether to hide specific fields in the Beacon messaging contact form
color
override the Beacon color. Format #RRGGBB i.e #FF0000 for a red.
focusMode
controls prominence of contact options to visitors.
enablePreviousMessages
enable or disable Previous Messages in Beacon. Defaults to true.
Constructors
BeaconConfigOverrides
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
whether to show suggestions screen and allow Articles to be searched and viewed
Properties
chatEnabled
Link copied to clipboard
contactForm
Link copied to clipboard
docsEnabled
Link copied to clipboard
enablePreviousMessages
Link copied to clipboard
messagingEnabled
Link copied to clipboard