V2models Intent Confirmation Setting Declination Conditional Default Branch Response Message Group Variation Image Response Card
data class V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCard(val buttons: List<V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton>? = null, val imageUrl: String? = null, val subtitle: String? = null, val title: String)
Constructors
Link copied to clipboard
constructor(buttons: List<V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton>? = null, imageUrl: String? = null, subtitle: String? = null, title: String)
Properties
Link copied to clipboard
val buttons: List<V2modelsIntentConfirmationSettingDeclinationConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButton>? = null
Configuration blocks for buttons that should be displayed on the response card. The arrangement of the buttons is determined by the platform that displays the button. See button
.