Send feedback
Class Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem (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 . BrowseCarouselCard . BrowseCarouselCardItem extends GeneratedMessageV3 implements Intent . Message . BrowseCarouselCard . BrowseCarouselCardItemOrBuilder
Browsing carousel tile
Protobuf type
google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem
Static 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
Static Methods
getDefaultInstance()
public static Intent . Message . BrowseCarouselCard . BrowseCarouselCardItem getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
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
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
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
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;
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
getImage()
public Intent . Message . Image getImage ()
Optional. Hero image for the carousel item.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
Returns
getImageOrBuilder()
public Intent . Message . ImageOrBuilder getImageOrBuilder ()
Optional. Hero image for the carousel item.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
Returns
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;
Returns
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;
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.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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
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
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-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."],[],[]]