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."],[[["The document provides versioned reference documentation for the `AnswerFeedback.Types.RatingReason` class within the Dialogflow v3 API, ranging from version 1.0.0 to the latest version 2.23.0."],["`AnswerFeedback.Types.RatingReason` is a class that stores information on user-provided reasons for giving a thumbs-down rating."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Dialogflow API's message handling framework."],["The `AnswerFeedback.Types.RatingReason` class includes properties for both custom `Feedback` strings and `ReasonLabels` for a more detailed rating."],["The latest version available is 2.23.0, and the documentation includes direct links to each version of the `AnswerFeedback.Types.RatingReason` class."]]],[]]