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 page provides documentation for the `Agent.Types.AnswerFeedbackSettings` class within the Dialogflow v3 API, which is used to configure settings for answer feedback collection."],["The latest version of the API available in the documentation is 2.23.0, and versions as far back as 1.0.0 are also listed."],["The `Agent.Types.AnswerFeedbackSettings` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that takes an existing `AnswerFeedbackSettings` object for copying, and has one property called `EnableAnswerFeedback`."],["The `EnableAnswerFeedback` property allows for the configuration of whether or not end-users can provide feedback on Dialogflow responses, and can only work if logging is enabled."]]],[]]