Enterprise Knowledge Graph v1 API - Class LookupResponse (1.0.0-beta02)

public sealed class LookupResponse : IMessage<LookupResponse>, IEquatable<LookupResponse>, IDeepCloneable<LookupResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class LookupResponse.

Response message for [EnterpriseKnowledgeGraphService.Lookup][google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.Lookup].

Inheritance

object > LookupResponse

Namespace

Google.Cloud.EnterpriseKnowledgeGraph.V1

Assembly

Google.Cloud.EnterpriseKnowledgeGraph.V1.dll

Constructors

LookupResponse()

public LookupResponse()

LookupResponse(LookupResponse)

public LookupResponse(LookupResponse other)
Parameter
NameDescription
otherLookupResponse

Properties

Context

public Value Context { get; set; }

The local context applicable for the response. See more details at http://www.w3.org/TR/json-ld/#context-definitions.

Property Value
TypeDescription
Value

ItemListElement

public ListValue ItemListElement { get; set; }

The item list of search results.

Property Value
TypeDescription
ListValue

Type

public Value Type { get; set; }

The schema type of top-level JSON-LD object, e.g. ItemList.

Property Value
TypeDescription
Value