ExperienceTypeChoicesResponse

Represents a user's response to an experience type choices prompt (e.g., selecting from bot-presented options).

Inheritors

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
class ExperienceTypeChoicesResponseSelection(val selectedValues: List<ExperienceTypeValue>) : ExperienceTypeChoicesResponse

A response containing the values selected by the user from an experience type choices prompt.

Link copied to clipboard

Enumerates the supported experience type response types.

Properties

Link copied to clipboard

The type discriminator for this response.