Package-level declarations
Types
Link copied to clipboard
@JsonClass(generateAdapter = true)
The choice list that is associated with a particular ChoiceListField.
Link copied to clipboard
@JsonClass(generateAdapter = true)
A ChoiceListConfiguration that defines the mappings between a pre-chat field and the choice list associated with it.
Link copied to clipboard
A choice list pre-chat field for a Conversation.
Link copied to clipboard
@JsonClass(generateAdapter = true)
A single value in a ChoiceList with instructions for how it should be displayed.
Link copied to clipboard
@JsonClass(generateAdapter = true)
A mapping between a parent choice list and its dependent child choice list value.
Link copied to clipboard
data class InternalChoiceListField(val name: String, val order: Int, val labels: PreChatLabels, val type: PreChatFieldType = PreChatFieldType.ChoiceList, val required: Boolean, val maxLength: Int, val choiceListId: String, var userInput: String = "", var errorType: PreChatErrorType = PreChatErrorType.None, var isHidden: Boolean = false, var isEditable: Boolean = true, var choiceList: ChoiceList = ChoiceList("")) : ChoiceListField