Reference documentation and code samples for the Google Cloud Retail V2 Client class SolutionType.
The type of solution.
Protobuf type google.cloud.retail.v2.SolutionType
Namespace
Google \ Cloud \ Retail \ V2Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SOLUTION_TYPE_UNSPECIFIED
Value: 0Default value.
Generated from protobuf enum SOLUTION_TYPE_UNSPECIFIED = 0;
SOLUTION_TYPE_RECOMMENDATION
Value: 1Used for Recommendations AI.
Generated from protobuf enum SOLUTION_TYPE_RECOMMENDATION = 1;
SOLUTION_TYPE_SEARCH
Value: 2Used for Retail Search.
Generated from protobuf enum SOLUTION_TYPE_SEARCH = 2;