[[["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-04-02 UTC."],[[["The `LookupResponse` class is part of the Enterprise Knowledge Graph v1 API and serves as the response message for the `EnterpriseKnowledgeGraphService.Lookup` method."],["It inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces for functionality such as message handling, equality checks, deep cloning, and buffered message access."],["The class has two constructors, a default constructor `LookupResponse()` and a copy constructor `LookupResponse(LookupResponse other)`."],["It includes three properties: `Context`, which provides the local context for the response; `ItemListElement`, representing the list of search results; and `Type`, which defines the schema type of the top-level JSON-LD object."],["The class is found within the `Google.Cloud.EnterpriseKnowledgeGraph.V1` namespace and is part of the `Google.Cloud.EnterpriseKnowledgeGraph.V1.dll` assembly."]]],[]]