Class GoogleCloudDialogflowCxV3beta1AnswerFeedbackRatingReason
Inheritance
GoogleCloudDialogflowCxV3beta1AnswerFeedbackRatingReason
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1AnswerFeedbackRatingReason : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Feedback
Declaration
[JsonProperty("feedback")]
public virtual string Feedback { get; set; }
Property Value
ReasonLabels
Declaration
[JsonProperty("reasonLabels")]
public virtual IList<string> ReasonLabels { get; set; }
Property Value
Implements