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"]],[["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-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSearchKnowledgeResponse\u003c/code\u003e class is part of the Google Cloud Dialogflow v2beta1 API, designed to handle responses from the \u003ccode\u003eConversations.SearchKnowledge\u003c/code\u003e function.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt is located in the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2Beta1\u003c/code\u003e namespace and is defined in the \u003ccode\u003eGoogle.Cloud.Dialogflow.V2Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSearchKnowledgeResponse\u003c/code\u003e class has properties such as \u003ccode\u003eAnswers\u003c/code\u003e, which is a collection of \u003ccode\u003eSearchKnowledgeAnswer\u003c/code\u003e objects representing relevant snippets from the knowledge base, and \u003ccode\u003eRewrittenQuery\u003c/code\u003e, representing the rewritten query used in the knowledge search.\u003c/p\u003e\n"],["\u003cp\u003eThere are two contructors, a parameterless one, and another one that accepts another \u003ccode\u003eSearchKnowledgeResponse\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Dialogflow v2beta1 API - Class SearchKnowledgeResponse (1.0.0-beta23)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta23 (latest)](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SearchKnowledgeResponse)\n- [1.0.0-beta22](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/1.0.0-beta22/Google.Cloud.Dialogflow.V2Beta1.SearchKnowledgeResponse) \n\n public sealed class SearchKnowledgeResponse : IMessage\u003cSearchKnowledgeResponse\u003e, IEquatable\u003cSearchKnowledgeResponse\u003e, IDeepCloneable\u003cSearchKnowledgeResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SearchKnowledgeResponse.\n\nThe response message for\n\\[Conversations.SearchKnowledge\\]\\[google.cloud.dialogflow.v2beta1.Conversations.SearchKnowledge\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SearchKnowledgeResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SearchKnowledgeResponse](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SearchKnowledgeResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SearchKnowledgeResponse](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SearchKnowledgeResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SearchKnowledgeResponse](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1.SearchKnowledgeResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dialogflow.V2Beta1](/dotnet/docs/reference/Google.Cloud.Dialogflow.V2Beta1/latest/Google.Cloud.Dialogflow.V2Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dialogflow.V2Beta1.dll\n\nConstructors\n------------\n\n### SearchKnowledgeResponse()\n\n public SearchKnowledgeResponse()\n\n### SearchKnowledgeResponse(SearchKnowledgeResponse)\n\n public SearchKnowledgeResponse(SearchKnowledgeResponse other)\n\nProperties\n----------\n\n### Answers\n\n public RepeatedField\u003cSearchKnowledgeAnswer\u003e Answers { get; }\n\nMost relevant snippets extracted from articles in the given knowledge base,\nordered by confidence.\n\n### RewrittenQuery\n\n public string RewrittenQuery { get; set; }\n\nThe rewritten query used to search knowledge."]]