ChoicesResponseFormat

Message format that contains the response to a choice.

Inheritors

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
class ChoicesResponseSelectionsFormat(val selectedOptions: List<OptionItem.SelectionsOptionItem>) : ChoicesResponseFormat
Link copied to clipboard
@JsonClass(generateAdapter = true)
class ExperienceTypeFormat(val experienceTypeResponse: ExperienceTypeChoicesResponse) : ChoicesResponseFormat

Properties

Link copied to clipboard