Module: Google::Cloud::DiscoveryEngine::V1::SearchUseCase

Defined in:
proto_docs/google/cloud/discoveryengine/v1/common.rb

Overview

Defines a further subdivision of SolutionType. Specifically applies to SOLUTION_TYPE_SEARCH.

Constant Summary collapse

SEARCH_USE_CASE_UNSPECIFIED =

Value used when unset. Will not occur in CSS.

0
SEARCH_USE_CASE_SEARCH =

Search use case. Expects the traffic has a non-empty query.

1
SEARCH_USE_CASE_BROWSE =

Browse use case. Expects the traffic has an empty query.

2