public sealed class LookupPublicKgResponse : IMessage<LookupPublicKgResponse>, IEquatable<LookupPublicKgResponse>, IDeepCloneable<LookupPublicKgResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class LookupPublicKgResponse.
Response message for
[EnterpriseKnowledgeGraphService.LookupPublicKg][google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.LookupPublicKg].
[[["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-03-21 UTC."],[[["This documentation is for the `LookupPublicKgResponse` class, which is part of the Enterprise Knowledge Graph v1 API in the Google.Cloud.EnterpriseKnowledgeGraph.V1 namespace, specifically version 1.0.0-beta03."],["`LookupPublicKgResponse` is a response message for the `EnterpriseKnowledgeGraphService.LookupPublicKg` method, designed to provide structured data in return."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the base `object` class."],["`LookupPublicKgResponse` contains properties such as `Context`, `ItemListElement`, and `Type`, which store the local context, search results, and top-level JSON-LD object type, respectively."],["There are two constructors for this class: a default constructor and another one that accepts a `LookupPublicKgResponse` object as a parameter."]]],[]]