Module: Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::OneBoxResult::OneBoxType

Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb

Overview

The type of One Box result.

Constant Summary collapse

ONE_BOX_TYPE_UNSPECIFIED =

Default value. Should not be used.

0
PEOPLE =

One Box result contains people results.

1
ORGANIZATION =

One Box result contains organization results.

2
SLACK =

One Box result contains slack results.

3
KNOWLEDGE_GRAPH =

One Box result contains Knowledge Graph search responses.

4