InternalChoiceListField
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
Constructors
Link copied to clipboard
constructor(name: String, order: Int, labels: PreChatLabels, type: PreChatFieldType = PreChatFieldType.ChoiceList, required: Boolean, maxLength: Int, choiceListId: String, userInput: String = "", errorType: PreChatErrorType = PreChatErrorType.None, isHidden: Boolean = false, isEditable: Boolean = true, choiceList: ChoiceList = ChoiceList(""))
Properties
Link copied to clipboard
The associated ChoiceList for the pre-chat field.
Link copied to clipboard
The choice list ID, which maps to a particular choice list on the ChoiceListConfiguration.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard