public enum Intent.Message.RbmCarouselCard.CardWidth extends Enum<Intent.Message.RbmCarouselCard.CardWidth> implements ProtocolMessageEnum
The width of the cards in the carousel.
Protobuf enum
google.cloud.dialogflow.v2beta1.Intent.Message.RbmCarouselCard.CardWidth
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CARD_WIDTH_UNSPECIFIED |
Not specified. |
CARD_WIDTH_UNSPECIFIED_VALUE |
Not specified. |
MEDIUM |
232 DP. |
MEDIUM_VALUE |
232 DP. |
SMALL |
120 DP. Note that tall media cannot be used. |
SMALL_VALUE |
120 DP. Note that tall media cannot be used. |
UNRECOGNIZED |
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() |