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-04-09 UTC."],[[["This webpage provides documentation for the `Agent.Types.AnswerFeedbackSettings` class within the Google Cloud Dialogflow CX v3 API."],["The content includes a version history of the `AnswerFeedbackSettings` documentation, starting from version 1.0.0 up to the latest version, 2.23.0, and contains the reference documentation for version 2.21.0."],["The `AnswerFeedbackSettings` class is used for managing settings related to the collection of feedback on Dialogflow responses."],["The class includes a property called `EnableAnswerFeedback`, which is a boolean that, when set to true, allows end-users to provide feedback on the answers given by the agent, assuming that interaction logging is enabled."],["The class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."]]],[]]