public sealed class SearchPublicKgResponse : IMessage<SearchPublicKgResponse>, IEquatable<SearchPublicKgResponse>, IDeepCloneable<SearchPublicKgResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class SearchPublicKgResponse.
Response message for
[EnterpriseKnowledgeGraphService.Search][google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.Search].
[[["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."],[[["This documentation details the `SearchPublicKgResponse` class, which is part of the Enterprise Knowledge Graph v1 API and is used as a response message for search operations."],["The `SearchPublicKgResponse` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities such as message handling, equality checks, deep cloning, and buffer operations."],["The class provides properties like `Context`, `ItemListElement`, and `Type` to hold data related to the search response, including the local context, the item list of search results, and the schema type of the top-level JSON-LD object, respectively."],["There are two constructors available for `SearchPublicKgResponse`: a default constructor and a constructor that takes another `SearchPublicKgResponse` object as a parameter for creating a copy."]]],[]]