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 provided content details the `AnswerFeedback.Types.RatingReason` class within the Dialogflow v3 API, which is used to capture reasons for negative user feedback."],["The class `AnswerFeedback.Types.RatingReason` stores information about why users gave a thumbs-down rating and is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, available across multiple versions from 1.0.0 to the latest 2.23.0."],["The `RatingReason` class allows for custom feedback strings via the `Feedback` property and custom reason labels through the `ReasonLabels` property, limited to 10 labels of 128 characters each."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message-based data and deep cloning capabilities."]]],[]]