Show / Hide Table of Contents

Class GoogleCloudDialogflowV2FaqAnswer

Represents answer from "frequently asked questions".

Inheritance
object
GoogleCloudDialogflowV2FaqAnswer
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.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
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
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
float?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
IDictionary<string, string>

Question

The corresponding FAQ question.

Declaration
[JsonProperty("question")]
public virtual string Question { get; set; }
Property Value
Type Description
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX