Class GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer
Inheritance
GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer : IDirectResponseSchema
Properties
Answer
Declaration
[JsonProperty("answer")]
public virtual string Answer { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FaqQuestion
Declaration
[JsonProperty("faqQuestion")]
public virtual string FaqQuestion { get; set; }
Property Value
MatchConfidence
Declaration
[JsonProperty("matchConfidence")]
public virtual float? MatchConfidence { get; set; }
Property Value
MatchConfidenceLevel
Declaration
[JsonProperty("matchConfidenceLevel")]
public virtual string MatchConfidenceLevel { get; set; }
Property Value
Source
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Implements