public final class ArticleAnswer extends GeneratedMessageV3 implements ArticleAnswerOrBuilder
Represents article answer.
Protobuf type google.cloud.dialogflow.v2.ArticleAnswer
Fields
ANSWER_RECORD_FIELD_NUMBER
public static final int ANSWER_RECORD_FIELD_NUMBER
Field Value
CONFIDENCE_FIELD_NUMBER
public static final int CONFIDENCE_FIELD_NUMBER
Field Value
METADATA_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
Field Value
SNIPPETS_FIELD_NUMBER
public static final int SNIPPETS_FIELD_NUMBER
Field Value
TITLE_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
Field Value
URI_FIELD_NUMBER
public static final int URI_FIELD_NUMBER
Field Value
Methods
containsMetadata(String key)
public boolean containsMetadata(String key)
A map that contains metadata about the answer and the
document from which it originates.
map<string, string> metadata = 5;
Parameter
Returns
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAnswerRecord()
public String getAnswerRecord()
The name of answer record, in the format of
"projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record
ID>"
string answer_record = 6;
Returns
Type | Description |
String | The answerRecord.
|
getAnswerRecordBytes()
public ByteString getAnswerRecordBytes()
The name of answer record, in the format of
"projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record
ID>"
string answer_record = 6;
Returns
Type | Description |
ByteString | The bytes for answerRecord.
|
getConfidence()
public float getConfidence()
Article match confidence.
The system's confidence score that this article is a good match for this
conversation, as a value from 0.0 (completely uncertain) to 1.0
(completely certain).
float confidence = 4;
Returns
Type | Description |
float | The confidence.
|
getDefaultInstance()
public static ArticleAnswer getDefaultInstance()
Returns
getDefaultInstanceForType()
public ArticleAnswer getDefaultInstanceForType()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
getMetadata()
public Map<String,String> getMetadata()
Returns
getMetadataCount()
public int getMetadataCount()
A map that contains metadata about the answer and the
document from which it originates.
map<string, string> metadata = 5;
Returns
getMetadataMap()
public Map<String,String> getMetadataMap()
A map that contains metadata about the answer and the
document from which it originates.
map<string, string> metadata = 5;
Returns
getMetadataOrDefault(String key, String defaultValue)
public String getMetadataOrDefault(String key, String defaultValue)
A map that contains metadata about the answer and the
document from which it originates.
map<string, string> metadata = 5;
Parameters
Returns
getMetadataOrThrow(String key)
public String getMetadataOrThrow(String key)
A map that contains metadata about the answer and the
document from which it originates.
map<string, string> metadata = 5;
Parameter
Returns
getParserForType()
public Parser<ArticleAnswer> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSnippets(int index)
public String getSnippets(int index)
Article snippets.
repeated string snippets = 3;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The snippets at the given index.
|
getSnippetsBytes(int index)
public ByteString getSnippetsBytes(int index)
Article snippets.
repeated string snippets = 3;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the snippets at the given index.
|
getSnippetsCount()
public int getSnippetsCount()
Article snippets.
repeated string snippets = 3;
Returns
Type | Description |
int | The count of snippets.
|
getSnippetsList()
public ProtocolStringList getSnippetsList()
Article snippets.
repeated string snippets = 3;
Returns
getTitle()
The article title.
string title = 1;
Returns
Type | Description |
String | The title.
|
getTitleBytes()
public ByteString getTitleBytes()
The article title.
string title = 1;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUri()
The article URI.
string uri = 2;
Returns
getUriBytes()
public ByteString getUriBytes()
The article URI.
string uri = 2;
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilder()
public static ArticleAnswer.Builder newBuilder()
Returns
newBuilder(ArticleAnswer prototype)
public static ArticleAnswer.Builder newBuilder(ArticleAnswer prototype)
Parameter
Returns
newBuilderForType()
public ArticleAnswer.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ArticleAnswer.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
parseDelimitedFrom(InputStream input)
public static ArticleAnswer parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ArticleAnswer parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ArticleAnswer parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ArticleAnswer parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ArticleAnswer parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ArticleAnswer parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static ArticleAnswer parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ArticleAnswer parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static ArticleAnswer parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ArticleAnswer parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ArticleAnswer parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ArticleAnswer parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ArticleAnswer> parser()
Returns
toBuilder()
public ArticleAnswer.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions