ChoiceListConfiguration
@JsonClass(generateAdapter = true)
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>)