Class GoogleCloudDialogflowV2ArticleAnswer
Inheritance
GoogleCloudDialogflowV2ArticleAnswer
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ArticleAnswer : IDirectResponseSchema
Properties
AnswerRecord
Declaration
[JsonProperty("answerRecord")]
public virtual string AnswerRecord { get; set; }
Property Value
Confidence
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Metadata
Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, string> Metadata { get; set; }
Property Value
Snippets
Declaration
[JsonProperty("snippets")]
public virtual IList<string> Snippets { get; set; }
Property Value
Title
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Uri
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Implements