GoogleCloudDialogflowV2beta1IntentMessageTableCardArgs

data class GoogleCloudDialogflowV2beta1IntentMessageTableCardArgs(val buttons: Output<List<GoogleCloudDialogflowV2beta1IntentMessageBasicCardButtonArgs>>? = null, val columnProperties: Output<List<GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesArgs>>? = null, val image: Output<GoogleCloudDialogflowV2beta1IntentMessageImageArgs>? = null, val rows: Output<List<GoogleCloudDialogflowV2beta1IntentMessageTableCardRowArgs>>? = null, val subtitle: Output<String>? = null, val title: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageTableCardArgs>

Table card for Actions on Google.

Constructors

Functions

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

Properties

Link copied to clipboard

Optional. List of buttons for the card.

Link copied to clipboard

Optional. Display properties for the columns in this table.

Link copied to clipboard

Optional. Image which should be displayed on the card.

Link copied to clipboard

Optional. Rows in this table of data.

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

Optional. Subtitle to the title.

Link copied to clipboard
val title: Output<String>

Title of the card.