ChoiceListConfiguration

@JsonClass(generateAdapter = true)
data class ChoiceListConfiguration(val choiceList: List<ChoiceList>, val choiceListValueDependencies: List<ChoiceListValueDependency>)

A ChoiceListConfiguration that defines the mappings between a pre-chat field and the choice list associated with it.

Parameters

choiceList

A list of ChoiceLists that are in the pre-chat configuration.

choiceListValueDependencies

A list of mappings for dependent choice lists.

Constructors

Link copied to clipboard
constructor(choiceList: List<ChoiceList>, choiceListValueDependencies: List<ChoiceListValueDependency>)

Properties

Link copied to clipboard