Class GoogleCloudDialogflowV2FaqAnswer
Represents answer from "frequently asked questions".
Inheritance
System.Object
GoogleCloudDialogflowV2FaqAnswer
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2FaqAnswer : IDirectResponseSchema
Properties
Answer
The piece of text from the source knowledge base document.
Declaration
[JsonProperty("answer")]
public virtual string Answer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AnswerRecord
The name of answer record, in the format of "projects//locations//answerRecords/"
Declaration
[JsonProperty("answerRecord")]
public virtual string AnswerRecord { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Confidence
The system's confidence score that this Knowledge answer is a good match for this conversational query, range from 0.0 (completely uncertain) to 1.0 (completely certain).
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Single> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Metadata
A map that contains metadata about the answer and the document from which it originates.
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, string> Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, System.String> |
Question
The corresponding FAQ question.
Declaration
[JsonProperty("question")]
public virtual string Question { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Source
Indicates which Knowledge Document this answer was extracted from. Format:
projects//locations//agent/knowledgeBases//documents/.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |