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
fun GoogleCloudDialogflowV2IntentMessageTableCardArgs(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>)
Functions
Properties
Link copied to clipboard
val columnProperties: Output<List<GoogleCloudDialogflowV2IntentMessageColumnPropertiesArgs>>? = null