Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class HorizontalAlignment.
Text alignments within a cell.
Protobuf type google.cloud.dialogflow.v2.Intent.Message.ColumnProperties.HorizontalAlignment
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
HORIZONTAL_ALIGNMENT_UNSPECIFIED
Value: 0
Text is aligned to the leading edge of the column.
Generated from protobuf enum HORIZONTAL_ALIGNMENT_UNSPECIFIED = 0;
LEADING
Value: 1
Text is aligned to the leading edge of the column.
Generated from protobuf enum LEADING = 1;
CENTER
Value: 2
Text is centered in the column.
Generated from protobuf enum CENTER = 2;
TRAILING
Value: 3
Text is aligned to the trailing edge of the column.
Generated from protobuf enum TRAILING = 3;