Class GoogleCloudDialogflowV2beta1SmartReplyAnswer
Inheritance
GoogleCloudDialogflowV2beta1SmartReplyAnswer
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SmartReplyAnswer : 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
Reply
Declaration
[JsonProperty("reply")]
public virtual string Reply { get; set; }
Property Value
Implements