public sealed class FaqAnswerData : IMessage<FaqAnswerData>, IEquatable<FaqAnswerData>, IDeepCloneable<FaqAnswerData>, IBufferMessage, IMessage
Agent Assist frequently-asked-question answer data.
Implements
IMessage<FaqAnswerData>, IEquatable<FaqAnswerData>, IDeepCloneable<FaqAnswerData>, IBufferMessage, IMessageNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
FaqAnswerData()
public FaqAnswerData()
FaqAnswerData(FaqAnswerData)
public FaqAnswerData(FaqAnswerData other)
Parameter | |
---|---|
Name | Description |
other | FaqAnswerData |
Properties
Answer
public string Answer { get; set; }
The piece of text from the source
knowledge base document.
Property Value | |
---|---|
Type | Description |
String |
ConfidenceScore
public float ConfidenceScore { get; set; }
The system's confidence score that this answer is a good match for this conversation, ranging from 0.0 (completely uncertain) to 1.0 (completely certain).
Property Value | |
---|---|
Type | Description |
Single |
Metadata
public MapField<string, string> Metadata { get; }
Map that contains metadata about the FAQ answer and the document that it originates from.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
QueryRecord
public string QueryRecord { get; set; }
Name of the query record. Format: projects/{project}/locations/{location}/queryRecords/{query_record}.
Property Value | |
---|---|
Type | Description |
String |
Question
public string Question { get; set; }
The corresponding FAQ question.
Property Value | |
---|---|
Type | Description |
String |
Source
public string Source { get; set; }
The knowledge document that this answer was extracted from. Format: projects/{project}/knowledgeBases/{knowledge_base}/documents/{document}.
Property Value | |
---|---|
Type | Description |
String |