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-04-17 UTC."],[[["The `LookupPublicKgResponse` class is the response message for the `EnterpriseKnowledgeGraphService.LookupPublicKg` method in the Enterprise Knowledge Graph v1 API."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checking, deep cloning, and buffer message operations."],["It has two constructors, one default and one that accepts another `LookupPublicKgResponse` object for initialization."],["It contains properties such as `Context`, `ItemListElement`, and `Type`, representing the local context, the list of search results, and the schema type of the JSON-LD object, respectively."],["The class belongs to the `Google.Cloud.EnterpriseKnowledgeGraph.V1` namespace and is found within the `Google.Cloud.EnterpriseKnowledgeGraph.V1.dll` assembly."]]],[]]