[[["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-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSearchResponse\u003c/code\u003e class is part of the Enterprise Knowledge Graph v1 API and represents the response message for the \u003ccode\u003eEnterpriseKnowledgeGraphService.Search\u003c/code\u003e operation.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple 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\u003eThe \u003ccode\u003eSearchResponse\u003c/code\u003e class includes properties like \u003ccode\u003eContext\u003c/code\u003e, \u003ccode\u003eItemListElement\u003c/code\u003e, and \u003ccode\u003eType\u003c/code\u003e, which provide the response's local context, the list of search results, and the top-level schema type.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two constructors, \u003ccode\u003eSearchResponse()\u003c/code\u003e for default instantiation and \u003ccode\u003eSearchResponse(SearchResponse other)\u003c/code\u003e for creating a copy.\u003c/p\u003e\n"]]],[],null,["# Enterprise Knowledge Graph v1 API - Class SearchResponse (1.0.0-beta04)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta04 (latest)](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1.SearchResponse)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/1.0.0-beta03/Google.Cloud.EnterpriseKnowledgeGraph.V1.SearchResponse) \n\n public sealed class SearchResponse : IMessage\u003cSearchResponse\u003e, IEquatable\u003cSearchResponse\u003e, IDeepCloneable\u003cSearchResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Enterprise Knowledge Graph v1 API class SearchResponse.\n\nResponse message for\n\\[EnterpriseKnowledgeGraphService.Search\\]\\[google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.Search\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SearchResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SearchResponse](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1.SearchResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SearchResponse](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1.SearchResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SearchResponse](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1.SearchResponse), [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.EnterpriseKnowledgeGraph.V1](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.EnterpriseKnowledgeGraph.V1.dll\n\nConstructors\n------------\n\n### SearchResponse()\n\n public SearchResponse()\n\n### SearchResponse(SearchResponse)\n\n public SearchResponse(SearchResponse other)\n\nProperties\n----------\n\n### Context\n\n public Value Context { get; set; }\n\nThe local context applicable for the response. See more details at\n\u003chttp://www.w3.org/TR/json-ld/#context-definitions\u003e.\n\n### ItemListElement\n\n public ListValue ItemListElement { get; set; }\n\nThe item list of search results.\n\n### Type\n\n public Value Type { get; set; }\n\nThe schema type of top-level JSON-LD object, e.g. ItemList."]]