Google Cloud Dialogflow V2Intent Message Column Properties Args
data class GoogleCloudDialogflowV2IntentMessageColumnPropertiesArgs(val header: Output<String>, val horizontalAlignment: Output<GoogleCloudDialogflowV2IntentMessageColumnPropertiesHorizontalAlignment>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageColumnPropertiesArgs>
Column properties for TableCard.
Constructors
Link copied to clipboard
constructor(header: Output<String>, horizontalAlignment: Output<GoogleCloudDialogflowV2IntentMessageColumnPropertiesHorizontalAlignment>? = null)
Properties
Link copied to clipboard
val horizontalAlignment: Output<GoogleCloudDialogflowV2IntentMessageColumnPropertiesHorizontalAlignment>? = null
Optional. Defines text alignment for all cells in this column.