Enum Intent.Message.RbmCarouselCard.CardWidth (4.20.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
CARD_WIDTH_UNSPECIFIED

Not specified.

CARD_WIDTH_UNSPECIFIED = 0;

CARD_WIDTH_UNSPECIFIED_VALUE

Not specified.

CARD_WIDTH_UNSPECIFIED = 0;

MEDIUM

232 DP.

MEDIUM = 2;

MEDIUM_VALUE

232 DP.

MEDIUM = 2;

SMALL

120 DP. Note that tall media cannot be used.

SMALL = 1;

SMALL_VALUE

120 DP. Note that tall media cannot be used.

SMALL = 1;

UNRECOGNIZED

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()