Class GoogleCloudDialogflowCxV3AnswerFeedback
Inheritance
GoogleCloudDialogflowCxV3AnswerFeedback
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3AnswerFeedback : 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 GoogleCloudDialogflowCxV3AnswerFeedbackRatingReason RatingReason { get; set; }
Property Value
Implements