Enum Class CustomChatChannelMessageFormatElement

java.lang.Object
java.lang.Enum<CustomChatChannelMessageFormatElement>
com.novomind.ecom.api.iagent.messenger.connector.CustomChatChannelMessageFormatElement
All Implemented Interfaces:
Serializable, Comparable<CustomChatChannelMessageFormatElement>, Constable

public enum CustomChatChannelMessageFormatElement extends Enum<CustomChatChannelMessageFormatElement>

Represents a formatting element that is supported by a CustomChatChannel.

In case of HTML as chosen CustomChatChannelMessageFormat the following element to tag mappings hold:


HTML Mappings
Format Element HTML Tag
bold <b>, <strong>
italic <i>, <em>
strikethrough <s>
Since:
12.20