public static final class Intent.Message.ListSelect.Item extends GeneratedMessageV3 implements Intent.Message.ListSelect.ItemOrBuilder
An item in the list.
Protobuf type google.cloud.dialogflow.v2beta1.Intent.Message.ListSelect.Item
Static Fields
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value
IMAGE_FIELD_NUMBER
public static final int IMAGE_FIELD_NUMBER
Field Value
INFO_FIELD_NUMBER
public static final int INFO_FIELD_NUMBER
Field Value
TITLE_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Intent.Message.ListSelect.Item getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Intent.Message.ListSelect.Item.Builder newBuilder()
Returns
newBuilder(Intent.Message.ListSelect.Item prototype)
public static Intent.Message.ListSelect.Item.Builder newBuilder(Intent.Message.ListSelect.Item prototype)
Parameter
Returns
public static Intent.Message.ListSelect.Item parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Intent.Message.ListSelect.Item parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Intent.Message.ListSelect.Item parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.ListSelect.Item parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Intent.Message.ListSelect.Item parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.ListSelect.Item parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Intent.Message.ListSelect.Item parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Intent.Message.ListSelect.Item parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Intent.Message.ListSelect.Item parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Intent.Message.ListSelect.Item parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Intent.Message.ListSelect.Item parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.ListSelect.Item parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Intent.Message.ListSelect.Item> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Intent.Message.ListSelect.Item getDefaultInstanceForType()
Returns
getDescription()
public String getDescription()
Optional. The main text describing the item.
string description = 3;
Returns
Type | Description |
String | The description.
|
getDescriptionBytes()
public ByteString getDescriptionBytes()
Optional. The main text describing the item.
string description = 3;
Returns
Type | Description |
ByteString | The bytes for description.
|
getImage()
public Intent.Message.Image getImage()
Optional. The image to display.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
Returns
getImageOrBuilder()
public Intent.Message.ImageOrBuilder getImageOrBuilder()
Optional. The image to display.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
Returns
getInfo()
public Intent.Message.SelectItemInfo getInfo()
Required. Additional information about this option.
.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;
Returns
getInfoOrBuilder()
public Intent.Message.SelectItemInfoOrBuilder getInfoOrBuilder()
Required. Additional information about this option.
.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;
Returns
getParserForType()
public Parser<Intent.Message.ListSelect.Item> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTitle()
Required. The title of the list item.
string title = 2;
Returns
Type | Description |
String | The title.
|
getTitleBytes()
public ByteString getTitleBytes()
Required. The title of the list item.
string title = 2;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasImage()
public boolean hasImage()
Optional. The image to display.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
Returns
Type | Description |
boolean | Whether the image field is set.
|
hasInfo()
Required. Additional information about this option.
.google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo info = 1;
Returns
Type | Description |
boolean | Whether the info field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Intent.Message.ListSelect.Item.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Intent.Message.ListSelect.Item.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.ListSelect.Item.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions