Enum Intent.Message.RbmStandaloneCard.CardOrientation (4.43.0)

public enum Intent.Message.RbmStandaloneCard.CardOrientation extends Enum<Intent.Message.RbmStandaloneCard.CardOrientation> implements ProtocolMessageEnum

Orientation of the card.

Protobuf enum google.cloud.dialogflow.v2beta1.Intent.Message.RbmStandaloneCard.CardOrientation

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CARD_ORIENTATION_UNSPECIFIED

Not specified.

CARD_ORIENTATION_UNSPECIFIED = 0;

CARD_ORIENTATION_UNSPECIFIED_VALUE

Not specified.

CARD_ORIENTATION_UNSPECIFIED = 0;

HORIZONTAL

Horizontal layout.

HORIZONTAL = 1;

HORIZONTAL_VALUE

Horizontal layout.

HORIZONTAL = 1;

UNRECOGNIZED
VERTICAL

Vertical layout.

VERTICAL = 2;

VERTICAL_VALUE

Vertical layout.

VERTICAL = 2;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()