Send feedback
Class KnowledgeAnswers.Answer (4.61.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.61.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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ANSWER_FIELD_NUMBER
public static final int ANSWER_FIELD_NUMBER
Field Value
Type
Description
int
FAQ_QUESTION_FIELD_NUMBER
public static final int FAQ_QUESTION_FIELD_NUMBER
Field Value
Type
Description
int
MATCH_CONFIDENCE_FIELD_NUMBER
public static final int MATCH_CONFIDENCE_FIELD_NUMBER
Field Value
Type
Description
int
MATCH_CONFIDENCE_LEVEL_FIELD_NUMBER
public static final int MATCH_CONFIDENCE_LEVEL_FIELD_NUMBER
Field Value
Type
Description
int
SOURCE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static KnowledgeAnswers . Answer getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static KnowledgeAnswers . Answer . Builder newBuilder ()
newBuilder(KnowledgeAnswers.Answer prototype)
public static KnowledgeAnswers . Answer . Builder newBuilder ( KnowledgeAnswers . Answer prototype )
public static KnowledgeAnswers . Answer parseDelimitedFrom ( InputStream input )
public static KnowledgeAnswers . Answer parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static KnowledgeAnswers . Answer parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static KnowledgeAnswers . Answer parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static KnowledgeAnswers . Answer parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static KnowledgeAnswers . Answer parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static KnowledgeAnswers . Answer parseFrom ( CodedInputStream input )
public static KnowledgeAnswers . Answer parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static KnowledgeAnswers . Answer parseFrom ( InputStream input )
public static KnowledgeAnswers . Answer parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static KnowledgeAnswers . Answer parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static KnowledgeAnswers . Answer parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<KnowledgeAnswers . Answer > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
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
Type
Description
ByteString
The bytes for answer.
getDefaultInstanceForType()
public KnowledgeAnswers . Answer getDefaultInstanceForType ()
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;
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 ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
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
Type
Description
ByteString
The bytes for source.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public KnowledgeAnswers . Answer . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected KnowledgeAnswers . Answer . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public KnowledgeAnswers . Answer . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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-28 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-28 UTC."],[],[]]