public sealed class Agent.Types.AnswerFeedbackSettings : IMessage<Agent.Types.AnswerFeedbackSettings>, IEquatable<Agent.Types.AnswerFeedbackSettings>, IDeepCloneable<Agent.Types.AnswerFeedbackSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Agent.Types.AnswerFeedbackSettings.
Optional. If enabled, end users will be able to provide
[answer feedback][google.cloud.dialogflow.cx.v3.AnswerFeedback] to
Dialogflow responses. Feature works only if interaction logging is
enabled in the Dialogflow agent.
[[["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 `Agent.Types.AnswerFeedbackSettings` class within the Dialogflow v3 API, with the latest version being 2.23.0."],["The `AnswerFeedbackSettings` class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace and is found within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["This class, which supports versions ranging from 1.0.0 to 2.23.0, provides a mechanism for configuring answer feedback collection in Dialogflow."],["The `AnswerFeedbackSettings` class allows users to enable feedback to Dialogflow responses, enabling them to improve upon the agent's performance by collecting feedback from end users when interaction logging is enabled in the agent."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors to create new instances, either empty or based on another `AnswerFeedbackSettings` object."]]],[]]