V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardArgs

data class V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardArgs(val buttons: Output<List<V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardButtonArgs>>? = null, val imageUrl: Output<String>? = null, val subtitle: Output<String>? = null, val title: Output<String>) : ConvertibleToJava<V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardArgs>

Properties

Link copied to clipboard

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.

Link copied to clipboard
val imageUrl: Output<String>? = null

URL of an image to display on the response card. The image URL must be publicly available so that the platform displaying the response card has access to the image.

Link copied to clipboard
val subtitle: Output<String>? = null

Subtitle to display on the response card. The format of the subtitle is determined by the platform displaying the response card.

Link copied to clipboard
val title: Output<String>

Title to display on the response card. The format of the title is determined by the platform displaying the response card.

Functions

Link copied to clipboard
open override fun toJava(): V2modelsIntentInitialResponseSettingConditionalDefaultBranchResponseMessageGroupVariationImageResponseCardArgs