Enum Intent.Message.RbmCardContent.RbmMedia.Height (4.47.0)

public enum Intent.Message.RbmCardContent.RbmMedia.Height extends Enum<Intent.Message.RbmCardContent.RbmMedia.Height> implements ProtocolMessageEnum

Media height

Protobuf enum google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent.RbmMedia.Height

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HEIGHT_UNSPECIFIED

Not specified.

HEIGHT_UNSPECIFIED = 0;

HEIGHT_UNSPECIFIED_VALUE

Not specified.

HEIGHT_UNSPECIFIED = 0;

MEDIUM

168 DP.

MEDIUM = 2;

MEDIUM_VALUE

168 DP.

MEDIUM = 2;

SHORT

112 DP.

SHORT = 1;

SHORT_VALUE

112 DP.

SHORT = 1;

TALL

264 DP. Not available for rich card carousels when the card width is set to small.

TALL = 3;

TALL_VALUE

264 DP. Not available for rich card carousels when the card width is set to small.

TALL = 3;

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