Class GoogleCloudDialogflowCxV3beta1AnswerFeedback
Inheritance
GoogleCloudDialogflowCxV3beta1AnswerFeedback
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1AnswerFeedback : IDirectResponseSchema
Properties
CustomRating
Declaration
[JsonProperty("customRating")]
public virtual string CustomRating { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Rating
Declaration
[JsonProperty("rating")]
public virtual string Rating { get; set; }
Property Value
RatingReason
Declaration
[JsonProperty("ratingReason")]
public virtual GoogleCloudDialogflowCxV3beta1AnswerFeedbackRatingReason RatingReason { get; set; }
Property Value
Implements