Google Cloud Dialogflow V2Intent Message Table Card Args
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
Link copied to clipboard
constructor(buttons: Output<List<GoogleCloudDialogflowV2IntentMessageBasicCardButtonArgs>>? = null, columnProperties: Output<List<GoogleCloudDialogflowV2IntentMessageColumnPropertiesArgs>>? = null, image: Output<GoogleCloudDialogflowV2IntentMessageImageArgs>? = null, rows: Output<List<GoogleCloudDialogflowV2IntentMessageTableCardRowArgs>>? = null, subtitle: Output<String>? = null, title: Output<String>)
Properties
Link copied to clipboard
Optional. List of buttons for the card.
Link copied to clipboard
val columnProperties: Output<List<GoogleCloudDialogflowV2IntentMessageColumnPropertiesArgs>>? = null
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.