Enum SolutionType (0.37.0)

public enum SolutionType extends Enum<SolutionType> implements ProtocolMessageEnum

The type of solution.

Protobuf enum google.cloud.discoveryengine.v1alpha.SolutionType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SOLUTION_TYPE_CHAT

Used for use cases related to the Generative AI agent.

SOLUTION_TYPE_CHAT = 3;

SOLUTION_TYPE_CHAT_VALUE

Used for use cases related to the Generative AI agent.

SOLUTION_TYPE_CHAT = 3;

SOLUTION_TYPE_RECOMMENDATION

Used for Recommendations AI.

SOLUTION_TYPE_RECOMMENDATION = 1;

SOLUTION_TYPE_RECOMMENDATION_VALUE

Used for Recommendations AI.

SOLUTION_TYPE_RECOMMENDATION = 1;

Used for Discovery Search.

SOLUTION_TYPE_SEARCH = 2;

SOLUTION_TYPE_SEARCH_VALUE

Used for Discovery Search.

SOLUTION_TYPE_SEARCH = 2;

SOLUTION_TYPE_UNSPECIFIED

Default value.

SOLUTION_TYPE_UNSPECIFIED = 0;

SOLUTION_TYPE_UNSPECIFIED_VALUE

Default value.

SOLUTION_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()