public sealed class SearchKnowledgeResponse : IMessage<SearchKnowledgeResponse>, IEquatable<SearchKnowledgeResponse>, IDeepCloneable<SearchKnowledgeResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SearchKnowledgeResponse.
The response message for
[Conversations.SearchKnowledge][google.cloud.dialogflow.v2beta1.Conversations.SearchKnowledge].
[[["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."],[[["The `SearchKnowledgeResponse` class is part of the Google Cloud Dialogflow v2beta1 API, designed to handle responses from the `Conversations.SearchKnowledge` function."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is located in the `Google.Cloud.Dialogflow.V2Beta1` namespace and is defined in the `Google.Cloud.Dialogflow.V2Beta1.dll` assembly."],["The `SearchKnowledgeResponse` class has properties such as `Answers`, which is a collection of `SearchKnowledgeAnswer` objects representing relevant snippets from the knowledge base, and `RewrittenQuery`, representing the rewritten query used in the knowledge search."],["There are two contructors, a parameterless one, and another one that accepts another `SearchKnowledgeResponse` object."]]],[]]