ColumnProperties(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Column properties for TableCard.
Attributes | |
---|---|
Name | Description |
header |
str
Required. Column heading. |
horizontal_alignment |
google.cloud.dialogflow_v2beta1.types.Intent.Message.ColumnProperties.HorizontalAlignment
Optional. Defines text alignment for all cells in this column. |
Classes
HorizontalAlignment
HorizontalAlignment(value)
Text alignments within a cell.
Values: HORIZONTAL_ALIGNMENT_UNSPECIFIED (0): Text is aligned to the leading edge of the column. LEADING (1): Text is aligned to the leading edge of the column. CENTER (2): Text is centered in the column. TRAILING (3): Text is aligned to the trailing edge of the column.