Send feedback
Class Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem (4.53.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.53.0 keyboard_arrow_down
public static final class Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem extends GeneratedMessageV3 implements Intent . Message . BrowseCarouselCard . BrowseCarouselCardItemOrBuilder
Browsing carousel tile
Protobuf type
google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type
Description
int
public static final int FOOTER_FIELD_NUMBER
Field Value
Type
Description
int
IMAGE_FIELD_NUMBER
public static final int IMAGE_FIELD_NUMBER
Field Value
Type
Description
int
OPEN_URI_ACTION_FIELD_NUMBER
public static final int OPEN_URI_ACTION_FIELD_NUMBER
Field Value
Type
Description
int
TITLE_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem . Builder newBuilder ()
newBuilder(Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem prototype)
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem . Builder newBuilder ( Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem prototype )
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseDelimitedFrom ( InputStream input )
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( CodedInputStream input )
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( InputStream input )
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem getDefaultInstanceForType ()
getDescription()
public String getDescription ()
Optional. Description of the carousel item. Maximum of four lines of
text.
string description = 3;
Returns
Type
Description
String
The description.
getDescriptionBytes()
public ByteString getDescriptionBytes ()
Optional. Description of the carousel item. Maximum of four lines of
text.
string description = 3;
Returns
Type
Description
ByteString
The bytes for description.
public String getFooter ()
Optional. Text that appears at the bottom of the Browse Carousel
Card. Maximum of one line of text.
string footer = 5;
Returns
Type
Description
String
The footer.
public ByteString getFooterBytes ()
Optional. Text that appears at the bottom of the Browse Carousel
Card. Maximum of one line of text.
string footer = 5;
Returns
Type
Description
ByteString
The bytes for footer.
getImage()
public Intent . Message . Image getImage ()
Optional. Hero image for the carousel item.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
getImageOrBuilder()
public Intent . Message . ImageOrBuilder getImageOrBuilder ()
Optional. Hero image for the carousel item.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
getOpenUriAction()
public Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem . OpenUrlAction getOpenUriAction ()
Required. Action to present to the user.
.google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction open_uri_action = 1;
getOpenUriActionOrBuilder()
public Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem . OpenUrlActionOrBuilder getOpenUriActionOrBuilder ()
Required. Action to present to the user.
.google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction open_uri_action = 1;
getParserForType()
public Parser<Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getTitle()
Required. Title of the carousel item. Maximum of two lines of text.
string title = 2;
Returns
Type
Description
String
The title.
getTitleBytes()
public ByteString getTitleBytes ()
Required. Title of the carousel item. Maximum of two lines of text.
string title = 2;
Returns
Type
Description
ByteString
The bytes for title.
hasImage()
public boolean hasImage ()
Optional. Hero image for the carousel item.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
Returns
Type
Description
boolean
Whether the image field is set.
hasOpenUriAction()
public boolean hasOpenUriAction ()
Required. Action to present to the user.
.google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction open_uri_action = 1;
Returns
Type
Description
boolean
Whether the openUriAction field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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."],[],[]]