Dialogflow v3 API - Class AnswerFeedback.Types.RatingReason (2.17.0)

public sealed class AnswerFeedback.Types.RatingReason : IMessage<AnswerFeedback.Types.RatingReason>, IEquatable<AnswerFeedback.Types.RatingReason>, IDeepCloneable<AnswerFeedback.Types.RatingReason>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class AnswerFeedback.Types.RatingReason.

Stores extra information about why users provided thumbs down rating.

Inheritance

object > AnswerFeedback.Types.RatingReason

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

RatingReason()

public RatingReason()

RatingReason(RatingReason)

public RatingReason(AnswerFeedback.Types.RatingReason other)
Parameter
NameDescription
otherAnswerFeedbackTypesRatingReason

Properties

Feedback

public string Feedback { get; set; }

Optional. Additional feedback about the rating. This field can be populated without choosing a predefined reason.

Property Value
TypeDescription
string

ReasonLabels

public RepeatedField<string> ReasonLabels { get; }

Optional. Custom reason labels for thumbs down rating provided by the user. The maximum number of labels allowed is 10 and the maximum length of a single label is 128 characters.

Property Value
TypeDescription
RepeatedFieldstring