Send feedback
Class Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem (4.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.3.1 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.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem
Fields
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value
public static final int FOOTER_FIELD_NUMBER
Field Value
IMAGE_FIELD_NUMBER
public static final int IMAGE_FIELD_NUMBER
Field Value
OPEN_URI_ACTION_FIELD_NUMBER
public static final int OPEN_URI_ACTION_FIELD_NUMBER
Field Value
TITLE_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
Field Value
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstance()
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem getDefaultInstance ()
Returns
getDefaultInstanceForType()
public Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem getDefaultInstanceForType ()
Returns
getDescription()
public String getDescription ()
Optional. Description of the carousel item. Maximum of four lines of
text.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
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 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type Description ByteString The bytes for description.
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
public String getFooter ()
Optional. Text that appears at the bottom of the Browse Carousel
Card. Maximum of one line of text.
string footer = 5 [(.google.api.field_behavior) = OPTIONAL];
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 [(.google.api.field_behavior) = OPTIONAL];
Returns
getImage()
public Intent . Message . Image getImage ()
Optional. Hero image for the carousel item.
.google.cloud.dialogflow.v2.Intent.Message.Image image = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
getImageOrBuilder()
public Intent . Message . ImageOrBuilder getImageOrBuilder ()
Optional. Hero image for the carousel item.
.google.cloud.dialogflow.v2.Intent.Message.Image image = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
getOpenUriAction()
public Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem . OpenUrlAction getOpenUriAction ()
Required. Action to present to the user.
.google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction open_uri_action = 1;
Returns
getOpenUriActionOrBuilder()
public Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem . OpenUrlActionOrBuilder getOpenUriActionOrBuilder ()
Required. Action to present to the user.
.google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction open_uri_action = 1;
Returns
getParserForType()
public Parser<Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem > getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
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
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasImage()
public boolean hasImage ()
Optional. Hero image for the carousel item.
.google.cloud.dialogflow.v2.Intent.Message.Image image = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type Description boolean Whether the image field is set.
hasOpenUriAction()
public boolean hasOpenUriAction ()
Required. Action to present to the user.
.google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction open_uri_action = 1;
Returns
Type Description boolean Whether the openUriAction field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilder()
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem . Builder newBuilder ()
Returns
newBuilder(Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem prototype)
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem . Builder newBuilder ( Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem prototype )
Parameter
Returns
newBuilderForType()
public Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem > parser ()
Returns
toBuilder()
public Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem . 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-28 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-28 UTC."],[],[]]