Class Intent.Message.SelectItemInfo (4.47.0)

public static final class Intent.Message.SelectItemInfo extends GeneratedMessageV3 implements Intent.Message.SelectItemInfoOrBuilder

Additional info about the select item for when it is triggered in a dialog.

Protobuf type google.cloud.dialogflow.v2beta1.Intent.Message.SelectItemInfo

Static Fields

KEY_FIELD_NUMBER

public static final int KEY_FIELD_NUMBER
Field Value
TypeDescription
int

SYNONYMS_FIELD_NUMBER

public static final int SYNONYMS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Intent.Message.SelectItemInfo getDefaultInstance()
Returns
TypeDescription
Intent.Message.SelectItemInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Intent.Message.SelectItemInfo.Builder newBuilder()
Returns
TypeDescription
Intent.Message.SelectItemInfo.Builder

newBuilder(Intent.Message.SelectItemInfo prototype)

public static Intent.Message.SelectItemInfo.Builder newBuilder(Intent.Message.SelectItemInfo prototype)
Parameter
NameDescription
prototypeIntent.Message.SelectItemInfo
Returns
TypeDescription
Intent.Message.SelectItemInfo.Builder

parseDelimitedFrom(InputStream input)

public static Intent.Message.SelectItemInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Intent.Message.SelectItemInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.SelectItemInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Intent.Message.SelectItemInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Intent.Message.SelectItemInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Intent.Message.SelectItemInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.SelectItemInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Intent.Message.SelectItemInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Intent.Message.SelectItemInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Intent.Message.SelectItemInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.SelectItemInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Intent.Message.SelectItemInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Intent.Message.SelectItemInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Intent.Message.SelectItemInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.SelectItemInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Intent.Message.SelectItemInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Intent.Message.SelectItemInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Intent.Message.SelectItemInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.SelectItemInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Intent.Message.SelectItemInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Intent.Message.SelectItemInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Intent.Message.SelectItemInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.SelectItemInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Intent.Message.SelectItemInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Intent.Message.SelectItemInfo> parser()
Returns
TypeDescription
Parser<SelectItemInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Intent.Message.SelectItemInfo getDefaultInstanceForType()
Returns
TypeDescription
Intent.Message.SelectItemInfo

getKey()

public String getKey()

Required. A unique key that will be sent back to the agent if this response is given.

string key = 1;

Returns
TypeDescription
String

The key.

getKeyBytes()

public ByteString getKeyBytes()

Required. A unique key that will be sent back to the agent if this response is given.

string key = 1;

Returns
TypeDescription
ByteString

The bytes for key.

getParserForType()

public Parser<Intent.Message.SelectItemInfo> getParserForType()
Returns
TypeDescription
Parser<SelectItemInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSynonyms(int index)

public String getSynonyms(int index)

Optional. A list of synonyms that can also be used to trigger this item in dialog.

repeated string synonyms = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The synonyms at the given index.

getSynonymsBytes(int index)

public ByteString getSynonymsBytes(int index)

Optional. A list of synonyms that can also be used to trigger this item in dialog.

repeated string synonyms = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the synonyms at the given index.

getSynonymsCount()

public int getSynonymsCount()

Optional. A list of synonyms that can also be used to trigger this item in dialog.

repeated string synonyms = 2;

Returns
TypeDescription
int

The count of synonyms.

getSynonymsList()

public ProtocolStringList getSynonymsList()

Optional. A list of synonyms that can also be used to trigger this item in dialog.

repeated string synonyms = 2;

Returns
TypeDescription
ProtocolStringList

A list containing the synonyms.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Intent.Message.SelectItemInfo.Builder newBuilderForType()
Returns
TypeDescription
Intent.Message.SelectItemInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Intent.Message.SelectItemInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Intent.Message.SelectItemInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Intent.Message.SelectItemInfo.Builder toBuilder()
Returns
TypeDescription
Intent.Message.SelectItemInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException