FormResponseFormat

Message format that contains the response to a choice.

Inheritors

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
class InputsFormResponseFormat(val formTitle: TitleItem, val inputValues: List<InputValue>) : FormResponseFormat

Represents a form response.

Link copied to clipboard
@JsonClass(generateAdapter = true)
class ResultFormResponseFormat(val result: FormResult) : FormResponseFormat

Represents a form response result.

Properties

Link copied to clipboard