public enum SearchSolutionUseCaseReference documentation and code samples for the Retail v2 API enum SearchSolutionUseCase.
The use case of Cloud Retail Search.
Namespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Fields |
|
|---|---|
| Name | Description |
Browse |
Browse use case. Expects the traffic has an empty [query][google.cloud.retail.v2.SearchRequest.query]. |
Search |
Search use case. Expects the traffic has a non-empty [query][google.cloud.retail.v2.SearchRequest.query]. |
Unspecified |
The value when it's unspecified. In this case, server behavior defaults to [SEARCH_SOLUTION_USE_CASE_SEARCH][google.cloud.retail.v2.SearchSolutionUseCase.SEARCH_SOLUTION_USE_CASE_SEARCH]. |