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 latest version of the Dialogflow v3 API class `AnswerFeedback.Types.RatingReason` is version 2.23.0, with a range of available versions from 1.0.0 up to this latest release."],["`AnswerFeedback.Types.RatingReason` is a class that stores additional details regarding why users may have given a thumbs-down rating within the Dialogflow v3 API."],["The class `AnswerFeedback.Types.RatingReason` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Feedback` property within `AnswerFeedback.Types.RatingReason` allows for optional text-based feedback regarding the rating, and `ReasonLabels` allows for a list of custom labels for the thumbs down rating."]]],[]]