Google Cloud Discovery Engine V1beta Client - Class SolutionType (0.11.2)

Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class SolutionType.

The type of solution.

Protobuf type google.cloud.discoveryengine.v1beta.SolutionType

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SOLUTION_TYPE_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum SOLUTION_TYPE_UNSPECIFIED = 0;

SOLUTION_TYPE_RECOMMENDATION

Value: 1

Used for Recommendations AI.

Generated from protobuf enum SOLUTION_TYPE_RECOMMENDATION = 1;

Value: 2

Used for Discovery Search.

Generated from protobuf enum SOLUTION_TYPE_SEARCH = 2;

SOLUTION_TYPE_CHAT

Value: 3

Used for use cases related to the Generative AI agent.

Generated from protobuf enum SOLUTION_TYPE_CHAT = 3;

SOLUTION_TYPE_GENERATIVE_CHAT

Value: 4

Used for use cases related to the Generative Chat agent.

It's used for Generative chat engine only, the associated data stores must enrolled with SOLUTION_TYPE_CHAT solution.

Generated from protobuf enum SOLUTION_TYPE_GENERATIVE_CHAT = 4;