Reference documentation and code samples for the Google Cloud Retail V2 Client class Mode.
Enum to control Conversational Filtering mode.
A single conversation session including multiple turns supports modes for Conversational Search OR Conversational Filtering without Conversational Search, but not both.
Protobuf type google.cloud.retail.v2.ConversationalSearchRequest.ConversationalFilteringSpec.Mode
Namespace
Google \ Cloud \ Retail \ V2 \ ConversationalSearchRequest \ ConversationalFilteringSpecMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0
Default value.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
DISABLED
Value: 1
Disables Conversational Filtering when using Conversational Search.
Generated from protobuf enum DISABLED = 1;
ENABLED
Value: 2
Enables Conversational Filtering when using Conversational Search.
Generated from protobuf enum ENABLED = 2;
CONVERSATIONAL_FILTER_ONLY
Value: 3
Enables Conversational Filtering without Conversational Search.
Generated from protobuf enum CONVERSATIONAL_FILTER_ONLY = 3;