Google Cloud Discovery Engine V1 Client - Class Mode (1.11.0)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Mode.

Mode of Natural Language Query Understanding. When the NaturalLanguageQueryUnderstandingConfig.Mode is ENABLED, the natural language understanding capabilities will be enabled for a search request if the NaturalLanguageQueryUnderstandingSpec.FilterExtractionCondition in the SearchRequest is ENABLED.

Protobuf type google.cloud.discoveryengine.v1.NaturalLanguageQueryUnderstandingConfig.Mode

Namespace

Google \ Cloud \ DiscoveryEngine \ V1 \ NaturalLanguageQueryUnderstandingConfig

Methods

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

Natural Language Query Understanding is disabled.

Generated from protobuf enum DISABLED = 1;

ENABLED

Value: 2

Natural Language Query Understanding is enabled.

Generated from protobuf enum ENABLED = 2;