Send feedback
Class Intent.Message.RbmCarouselCard (4.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.7.0 keyboard_arrow_down
public static final class Intent . Message . RbmCarouselCard extends GeneratedMessageV3 implements Intent . Message . RbmCarouselCardOrBuilder
Carousel Rich Business Messaging (RBM) rich card.
Rich cards allow you to respond to users with more vivid content, e.g.
with media and suggestions.
If you want to show a single card with more control over the layout,
please use RbmStandaloneCard instead.
Protobuf type google.cloud.dialogflow.v2beta1.Intent.Message.RbmCarouselCard
Static Fields
CARD_CONTENTS_FIELD_NUMBER
public static final int CARD_CONTENTS_FIELD_NUMBER
Field Value
CARD_WIDTH_FIELD_NUMBER
public static final int CARD_WIDTH_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Intent . Message . RbmCarouselCard getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static Intent . Message . RbmCarouselCard . Builder newBuilder ()
Returns
newBuilder(Intent.Message.RbmCarouselCard prototype)
public static Intent . Message . RbmCarouselCard . Builder newBuilder ( Intent . Message . RbmCarouselCard prototype )
Parameter
Returns
public static Intent . Message . RbmCarouselCard parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Intent . Message . RbmCarouselCard parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Intent . Message . RbmCarouselCard parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Intent . Message . RbmCarouselCard parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Intent . Message . RbmCarouselCard parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Intent . Message . RbmCarouselCard parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Intent . Message . RbmCarouselCard parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static Intent . Message . RbmCarouselCard parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Intent . Message . RbmCarouselCard parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Intent . Message . RbmCarouselCard parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Intent . Message . RbmCarouselCard parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Intent . Message . RbmCarouselCard parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<Intent . Message . RbmCarouselCard > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getCardContents(int index)
public Intent . Message . RbmCardContent getCardContents ( int index )
Required. The cards in the carousel. A carousel must have at least
2 cards and at most 10.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_contents = 2;
Parameter
Returns
getCardContentsCount()
public int getCardContentsCount ()
Required. The cards in the carousel. A carousel must have at least
2 cards and at most 10.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_contents = 2;
Returns
getCardContentsList()
public List<Intent . Message . RbmCardContent > getCardContentsList ()
Required. The cards in the carousel. A carousel must have at least
2 cards and at most 10.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_contents = 2;
Returns
getCardContentsOrBuilder(int index)
public Intent . Message . RbmCardContentOrBuilder getCardContentsOrBuilder ( int index )
Required. The cards in the carousel. A carousel must have at least
2 cards and at most 10.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_contents = 2;
Parameter
Returns
getCardContentsOrBuilderList()
public List <? extends Intent . Message . RbmCardContentOrBuilder > getCardContentsOrBuilderList ()
Required. The cards in the carousel. A carousel must have at least
2 cards and at most 10.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_contents = 2;
Returns
Type Description List <? extends com.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContentOrBuilder >
getCardWidth()
public Intent . Message . RbmCarouselCard . CardWidth getCardWidth ()
Required. The width of the cards in the carousel.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCarouselCard.CardWidth card_width = 1;
Returns
getCardWidthValue()
public int getCardWidthValue ()
Required. The width of the cards in the carousel.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCarouselCard.CardWidth card_width = 1;
Returns
Type Description int The enum numeric value on the wire for cardWidth.
getDefaultInstanceForType()
public Intent . Message . RbmCarouselCard getDefaultInstanceForType ()
Returns
getParserForType()
public Parser<Intent . Message . RbmCarouselCard > getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public Intent . Message . RbmCarouselCard . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Intent . Message . RbmCarouselCard . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public Intent . Message . RbmCarouselCard . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]