public sealed class AgentAssistantFeedback.Types.KnowledgeSearchFeedback : IMessage<AgentAssistantFeedback.Types.KnowledgeSearchFeedback>, IEquatable<AgentAssistantFeedback.Types.KnowledgeSearchFeedback>, IDeepCloneable<AgentAssistantFeedback.Types.KnowledgeSearchFeedback>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class AgentAssistantFeedback.Types.KnowledgeSearchFeedback.
Whether the answer was copied by the human agent or not.
If the value is set to be true,
[AnswerFeedback.clicked][google.cloud.dialogflow.v2beta1.AnswerFeedback.clicked]
will be updated to be true.
The URIs clicked by the human agent. The value is appended for each
UpdateAnswerRecordRequest.
If the value is not empty,
[AnswerFeedback.clicked][google.cloud.dialogflow.v2beta1.AnswerFeedback.clicked]
will be updated to be true.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation is for the `AgentAssistantFeedback.Types.KnowledgeSearchFeedback` class within the Google Cloud Dialogflow v2beta1 API, specifically version 1.0.0-beta23, and provides feedback mechanisms for knowledge searches."],["The `KnowledgeSearchFeedback` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities such as deep cloning and message handling."],["The class includes two constructors, one default and one that takes another `KnowledgeSearchFeedback` object for copying, allowing the creation and duplication of objects."],["It offers properties like `AnswerCopied` to indicate if an answer was copied and `ClickedUris` to record the URLs clicked by the user, enhancing feedback tracking."],["The `KnowledgeSearchFeedback` class is contained within the `Google.Cloud.Dialogflow.V2Beta1` namespace and the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."]]],[]]