GoogleCloudDialogflowV2IntentMessageTableCardArgs

data class GoogleCloudDialogflowV2IntentMessageTableCardArgs(val buttons: Output<List<GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgs>>? = null, val columnProperties: Output<List<GoogleCloudDialogflowV2IntentMessageColumnPropertiesArgs>>? = null, val image: Output<GoogleCloudDialogflowV2IntentMessageImageArgs>? = null, val rows: Output<List<GoogleCloudDialogflowV2IntentMessageTableCardRowArgs>>? = null, val subtitle: Output<String>? = null, val title: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageTableCardArgs>

Table card for Actions on Google.

Constructors

Functions

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

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.