[[["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\u003eLookupResponse\u003c/code\u003e class is part of the Google Cloud Enterprise Knowledge Graph v1 API, used as the response message for the \u003ccode\u003eEnterpriseKnowledgeGraphService.Lookup\u003c/code\u003e function.\u003c/p\u003e\n"],["\u003cp\u003eThis class 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, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLookupResponse\u003c/code\u003e includes properties like \u003ccode\u003eContext\u003c/code\u003e, \u003ccode\u003eItemListElement\u003c/code\u003e, and \u003ccode\u003eType\u003c/code\u003e, which provide the local context, a list of search results, and the schema type of the top-level JSON-LD object, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLookupResponse\u003c/code\u003e class has two constructors, one empty, and the other to take another \u003ccode\u003eLookupResponse\u003c/code\u003e as a parameter to initialize it.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eLookupResponse\u003c/code\u003e is available in version 1.0.0-beta04 of the .NET package.\u003c/p\u003e\n"]]],[],null,["# Enterprise Knowledge Graph v1 API - Class LookupResponse (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.LookupResponse)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/1.0.0-beta03/Google.Cloud.EnterpriseKnowledgeGraph.V1.LookupResponse) \n\n public sealed class LookupResponse : IMessage\u003cLookupResponse\u003e, IEquatable\u003cLookupResponse\u003e, IDeepCloneable\u003cLookupResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Enterprise Knowledge Graph v1 API class LookupResponse.\n\nResponse message for\n\\[EnterpriseKnowledgeGraphService.Lookup\\]\\[google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.Lookup\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e LookupResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[LookupResponse](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1.LookupResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[LookupResponse](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1.LookupResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[LookupResponse](/dotnet/docs/reference/Google.Cloud.EnterpriseKnowledgeGraph.V1/latest/Google.Cloud.EnterpriseKnowledgeGraph.V1.LookupResponse), [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### LookupResponse()\n\n public LookupResponse()\n\n### LookupResponse(LookupResponse)\n\n public LookupResponse(LookupResponse 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."]]