ChoiceListField

A choice list pre-chat field for a Conversation.

See also

Properties

Link copied to clipboard
abstract var choiceList: ChoiceList?

The associated ChoiceList for the pre-chat field.

Link copied to clipboard
abstract val choiceListId: String

The choice list ID, which maps to a particular choice list on the ChoiceListConfiguration.

Link copied to clipboard
abstract override var errorType: PreChatErrorType
Link copied to clipboard
abstract var isEditable: Boolean
Link copied to clipboard
abstract override var isHidden: Boolean
Link copied to clipboard
abstract val labels: PreChatLabels
Link copied to clipboard
abstract val maxLength: Int
Link copied to clipboard
abstract val name: String
Link copied to clipboard
abstract val order: Int
Link copied to clipboard
abstract val required: Boolean
Link copied to clipboard
abstract val type: PreChatFieldType
Link copied to clipboard
abstract override var userInput: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract override fun isValid(): Boolean

Indicates whether the field is valid.

Link copied to clipboard
abstract override fun validate(): PreChatErrorType

Validates the pre-chat field

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)