public enum SearchUseCaseReference documentation and code samples for the Discovery Engine v1 API enum SearchUseCase.
Defines a further subdivision of SolutionType.
Specifically applies to
[SOLUTION_TYPE_SEARCH][google.cloud.discoveryengine.v1.SolutionType.SOLUTION_TYPE_SEARCH].
Namespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Fields |
|
|---|---|
| Name | Description |
Browse |
Browse use case. Expects the traffic has an empty [query][google.cloud.discoveryengine.v1.SearchRequest.query]. |
Search |
Search use case. Expects the traffic has a non-empty [query][google.cloud.discoveryengine.v1.SearchRequest.query]. |
Unspecified |
Value used when unset. Will not occur in CSS. |