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 reference documentation for the `AnswerFeedback.Types.RatingReason` class within the Dialogflow v3 API, specifically for .NET development."],["The `AnswerFeedback.Types.RatingReason` class is used to store information about why users provided a thumbs-down rating for feedback."],["The latest available version of the Dialogflow v3 API documentation provided on this webpage is version 2.23.0, though the class shown in detail is version 2.15.0."],["The class `AnswerFeedback.Types.RatingReason` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also contains the public properties `Feedback` and `ReasonLabels`."],["There are multiple versions of this API available to view, ranging from version 2.23.0 all the way down to 1.0.0."]]],[]]