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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CARD_ORIENTATION_UNSPECIFIED |
Not specified. |
CARD_ORIENTATION_UNSPECIFIED_VALUE |
Not specified. |
HORIZONTAL |
Horizontal layout. |
HORIZONTAL_VALUE |
Horizontal layout. |
UNRECOGNIZED |
|
VERTICAL |
Vertical layout. |
VERTICAL_VALUE |
Vertical layout. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |