Send feedback
Class KnowledgeAnswers.Answer (4.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.12.0 keyboard_arrow_down
public static final class KnowledgeAnswers . Answer extends GeneratedMessageV3 implements KnowledgeAnswers . AnswerOrBuilder
An answer from Knowledge Connector.
Protobuf type google.cloud.dialogflow.v2beta1.KnowledgeAnswers.Answer
Static Fields
ANSWER_FIELD_NUMBER
public static final int ANSWER_FIELD_NUMBER
Field Value
FAQ_QUESTION_FIELD_NUMBER
public static final int FAQ_QUESTION_FIELD_NUMBER
Field Value
MATCH_CONFIDENCE_FIELD_NUMBER
public static final int MATCH_CONFIDENCE_FIELD_NUMBER
Field Value
MATCH_CONFIDENCE_LEVEL_FIELD_NUMBER
public static final int MATCH_CONFIDENCE_LEVEL_FIELD_NUMBER
Field Value
SOURCE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static KnowledgeAnswers . Answer getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static KnowledgeAnswers . Answer . Builder newBuilder ()
Returns
newBuilder(KnowledgeAnswers.Answer prototype)
public static KnowledgeAnswers . Answer . Builder newBuilder ( KnowledgeAnswers . Answer prototype )
Parameter
Returns
public static KnowledgeAnswers . Answer parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static KnowledgeAnswers . Answer parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static KnowledgeAnswers . Answer parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static KnowledgeAnswers . Answer parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static KnowledgeAnswers . Answer parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static KnowledgeAnswers . Answer parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static KnowledgeAnswers . Answer parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static KnowledgeAnswers . Answer parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static KnowledgeAnswers . Answer parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static KnowledgeAnswers . Answer parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static KnowledgeAnswers . Answer parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static KnowledgeAnswers . Answer parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<KnowledgeAnswers . Answer > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getAnswer()
public String getAnswer ()
The piece of text from the source
knowledge base document that answers
this conversational query.
string answer = 3;
Returns
Type
Description
String
The answer.
getAnswerBytes()
public ByteString getAnswerBytes ()
The piece of text from the source
knowledge base document that answers
this conversational query.
string answer = 3;
Returns
getDefaultInstanceForType()
public KnowledgeAnswers . Answer getDefaultInstanceForType ()
Returns
getFaqQuestion()
public String getFaqQuestion ()
The corresponding FAQ question if the answer was extracted from a FAQ
Document, empty otherwise.
string faq_question = 2;
Returns
Type
Description
String
The faqQuestion.
getFaqQuestionBytes()
public ByteString getFaqQuestionBytes ()
The corresponding FAQ question if the answer was extracted from a FAQ
Document, empty otherwise.
string faq_question = 2;
Returns
Type
Description
ByteString
The bytes for faqQuestion.
getMatchConfidence()
public float getMatchConfidence ()
The system's confidence score that this Knowledge answer is a good match
for this conversational query.
The range is from 0.0 (completely uncertain) to 1.0 (completely certain).
Note: The confidence score is likely to vary somewhat (possibly even for
identical requests), as the underlying model is under constant
improvement. It may be deprecated in the future. We recommend using
match_confidence_level
which should be generally more stable.
float match_confidence = 5;
Returns
Type
Description
float
The matchConfidence.
getMatchConfidenceLevel()
public KnowledgeAnswers . Answer . MatchConfidenceLevel getMatchConfidenceLevel ()
The system's confidence level that this knowledge answer is a good match
for this conversational query.
NOTE: The confidence level for a given <query, answer>
pair may change
without notice, as it depends on models that are constantly being
improved. However, it will change less frequently than the confidence
score below, and should be preferred for referencing the quality of an
answer.
.google.cloud.dialogflow.v2beta1.KnowledgeAnswers.Answer.MatchConfidenceLevel match_confidence_level = 4;
Returns
getMatchConfidenceLevelValue()
public int getMatchConfidenceLevelValue ()
The system's confidence level that this knowledge answer is a good match
for this conversational query.
NOTE: The confidence level for a given <query, answer>
pair may change
without notice, as it depends on models that are constantly being
improved. However, it will change less frequently than the confidence
score below, and should be preferred for referencing the quality of an
answer.
.google.cloud.dialogflow.v2beta1.KnowledgeAnswers.Answer.MatchConfidenceLevel match_confidence_level = 4;
Returns
Type
Description
int
The enum numeric value on the wire for matchConfidenceLevel.
getParserForType()
public Parser<KnowledgeAnswers . Answer > getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getSource()
public String getSource ()
Indicates which Knowledge Document this answer was extracted from.
Format: projects/<Project ID>/knowledgeBases/<Knowledge Base
ID>/documents/<Document ID>
.
string source = 1 [(.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The source.
getSourceBytes()
public ByteString getSourceBytes ()
Indicates which Knowledge Document this answer was extracted from.
Format: projects/<Project ID>/knowledgeBases/<Knowledge Base
ID>/documents/<Document ID>
.
string source = 1 [(.google.api.resource_reference) = { ... }
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public KnowledgeAnswers . Answer . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected KnowledgeAnswers . Answer . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public KnowledgeAnswers . Answer . 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-02-14 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-02-14 UTC."],[],[]]