Class Intent.Message.RbmStandaloneCard (4.49.0)

public static final class Intent.Message.RbmStandaloneCard extends GeneratedMessageV3 implements Intent.Message.RbmStandaloneCardOrBuilder

Standalone Rich Business Messaging (RBM) rich card.

Rich cards allow you to respond to users with more vivid content, e.g. with media and suggestions.

You can group multiple rich cards into one using RbmCarouselCard but carousel cards will give you less control over the card layout.

Protobuf type google.cloud.dialogflow.v2beta1.Intent.Message.RbmStandaloneCard

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Intent.Message.RbmStandaloneCard

Static Fields

CARD_CONTENT_FIELD_NUMBER

public static final int CARD_CONTENT_FIELD_NUMBER
Field Value
Type Description
int

CARD_ORIENTATION_FIELD_NUMBER

public static final int CARD_ORIENTATION_FIELD_NUMBER
Field Value
Type Description
int

THUMBNAIL_IMAGE_ALIGNMENT_FIELD_NUMBER

public static final int THUMBNAIL_IMAGE_ALIGNMENT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Intent.Message.RbmStandaloneCard getDefaultInstance()
Returns
Type Description
Intent.Message.RbmStandaloneCard

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Intent.Message.RbmStandaloneCard.Builder newBuilder()
Returns
Type Description
Intent.Message.RbmStandaloneCard.Builder

newBuilder(Intent.Message.RbmStandaloneCard prototype)

public static Intent.Message.RbmStandaloneCard.Builder newBuilder(Intent.Message.RbmStandaloneCard prototype)
Parameter
Name Description
prototype Intent.Message.RbmStandaloneCard
Returns
Type Description
Intent.Message.RbmStandaloneCard.Builder

parseDelimitedFrom(InputStream input)

public static Intent.Message.RbmStandaloneCard parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Intent.Message.RbmStandaloneCard
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.RbmStandaloneCard parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Intent.Message.RbmStandaloneCard
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Intent.Message.RbmStandaloneCard parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Intent.Message.RbmStandaloneCard
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.RbmStandaloneCard parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Intent.Message.RbmStandaloneCard
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Intent.Message.RbmStandaloneCard parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Intent.Message.RbmStandaloneCard
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.RbmStandaloneCard parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Intent.Message.RbmStandaloneCard
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Intent.Message.RbmStandaloneCard parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Intent.Message.RbmStandaloneCard
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.RbmStandaloneCard parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Intent.Message.RbmStandaloneCard
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Intent.Message.RbmStandaloneCard parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Intent.Message.RbmStandaloneCard
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.RbmStandaloneCard parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Intent.Message.RbmStandaloneCard
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Intent.Message.RbmStandaloneCard parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Intent.Message.RbmStandaloneCard
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.RbmStandaloneCard parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Intent.Message.RbmStandaloneCard
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Intent.Message.RbmStandaloneCard> parser()
Returns
Type Description
Parser<RbmStandaloneCard>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCardContent()

public Intent.Message.RbmCardContent getCardContent()

Required. Card content.

.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_content = 3;

Returns
Type Description
Intent.Message.RbmCardContent

The cardContent.

getCardContentOrBuilder()

public Intent.Message.RbmCardContentOrBuilder getCardContentOrBuilder()

Required. Card content.

.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_content = 3;

Returns
Type Description
Intent.Message.RbmCardContentOrBuilder

getCardOrientation()

public Intent.Message.RbmStandaloneCard.CardOrientation getCardOrientation()

Required. Orientation of the card.

.google.cloud.dialogflow.v2beta1.Intent.Message.RbmStandaloneCard.CardOrientation card_orientation = 1;

Returns
Type Description
Intent.Message.RbmStandaloneCard.CardOrientation

The cardOrientation.

getCardOrientationValue()

public int getCardOrientationValue()

Required. Orientation of the card.

.google.cloud.dialogflow.v2beta1.Intent.Message.RbmStandaloneCard.CardOrientation card_orientation = 1;

Returns
Type Description
int

The enum numeric value on the wire for cardOrientation.

getDefaultInstanceForType()

public Intent.Message.RbmStandaloneCard getDefaultInstanceForType()
Returns
Type Description
Intent.Message.RbmStandaloneCard

getParserForType()

public Parser<Intent.Message.RbmStandaloneCard> getParserForType()
Returns
Type Description
Parser<RbmStandaloneCard>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getThumbnailImageAlignment()

public Intent.Message.RbmStandaloneCard.ThumbnailImageAlignment getThumbnailImageAlignment()

Required if orientation is horizontal. Image preview alignment for standalone cards with horizontal layout.

.google.cloud.dialogflow.v2beta1.Intent.Message.RbmStandaloneCard.ThumbnailImageAlignment thumbnail_image_alignment = 2;

Returns
Type Description
Intent.Message.RbmStandaloneCard.ThumbnailImageAlignment

The thumbnailImageAlignment.

getThumbnailImageAlignmentValue()

public int getThumbnailImageAlignmentValue()

Required if orientation is horizontal. Image preview alignment for standalone cards with horizontal layout.

.google.cloud.dialogflow.v2beta1.Intent.Message.RbmStandaloneCard.ThumbnailImageAlignment thumbnail_image_alignment = 2;

Returns
Type Description
int

The enum numeric value on the wire for thumbnailImageAlignment.

hasCardContent()

public boolean hasCardContent()

Required. Card content.

.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_content = 3;

Returns
Type Description
boolean

Whether the cardContent field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Intent.Message.RbmStandaloneCard.Builder newBuilderForType()
Returns
Type Description
Intent.Message.RbmStandaloneCard.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Intent.Message.RbmStandaloneCard.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Intent.Message.RbmStandaloneCard.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Intent.Message.RbmStandaloneCard.Builder toBuilder()
Returns
Type Description
Intent.Message.RbmStandaloneCard.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException