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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `AnswerFeedback.Types.RatingReason` class within the Dialogflow v3 API, covering versions from 1.0.0 to 2.23.0, with the latest release being 2.23.0."],["The `AnswerFeedback.Types.RatingReason` class is used to store information about why users might provide a thumbs down rating for feedback."],["This class, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allows for storage of custom feedback strings and labels."],["The class offers two constructors: a parameterless one and another one that takes another `AnswerFeedback.Types.RatingReason` object."],["The `AnswerFeedback.Types.RatingReason` class includes properties for storing user feedback (`Feedback`) and custom reason labels (`ReasonLabels`)."]]],[]]