Class FaqAnswerData (1.1.0)

public sealed class FaqAnswerData : IMessage<FaqAnswerData>, IEquatable<FaqAnswerData>, IDeepCloneable<FaqAnswerData>, IBufferMessage, IMessage

Agent Assist frequently-asked-question answer data.

Inheritance

Object > FaqAnswerData

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

FaqAnswerData()

public FaqAnswerData()

FaqAnswerData(FaqAnswerData)

public FaqAnswerData(FaqAnswerData other)
Parameter
NameDescription
otherFaqAnswerData

Properties

Answer

public string Answer { get; set; }

The piece of text from the source knowledge base document.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
MapField<String, String>

QueryRecord

public string QueryRecord { get; set; }

Name of the query record. Format: projects/{project}/locations/{location}/queryRecords/{query_record}.

Property Value
TypeDescription
String

Question

public string Question { get; set; }

The corresponding FAQ question.

Property Value
TypeDescription
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
TypeDescription
String