Google Cloud Dialogflow V2 Client - Class HorizontalAlignment (1.6.0)

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

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Intent \ Message \ ColumnProperties

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;