V2models Intent Initial Response Setting Code Hook Post Code Hook Specification Failure Conditional Conditional Branch Response Message Group Message Image Response Card Args
data class V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardArgs(val buttons: Output<List<V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButtonArgs>>? = null, val imageUrl: Output<String>? = null, val subtitle: Output<String>? = null, val title: Output<String>) : ConvertibleToJava<V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardArgs>
Constructors
Link copied to clipboard
constructor(buttons: Output<List<V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButtonArgs>>? = null, imageUrl: Output<String>? = null, subtitle: Output<String>? = null, title: Output<String>)
Properties
Link copied to clipboard
val buttons: Output<List<V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroupMessageImageResponseCardButtonArgs>>? = 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
.