GoogleCloudDialogflowV2beta1IntentMessageCardArgs

data class GoogleCloudDialogflowV2beta1IntentMessageCardArgs(val buttons: Output<List<GoogleCloudDialogflowV2beta1IntentMessageCardButtonArgs>>? = null, val imageUri: Output<String>? = null, val subtitle: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageCardArgs>

The card response message.

Constructors

fun GoogleCloudDialogflowV2beta1IntentMessageCardArgs(buttons: Output<List<GoogleCloudDialogflowV2beta1IntentMessageCardButtonArgs>>? = null, imageUri: Output<String>? = null, subtitle: Output<String>? = null, title: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

Optional. The collection of card buttons.

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

Optional. The public URI to an image file for the card.

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

Optional. The subtitle of the card.

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

Optional. The title of the card.