Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Type.
Query classification types.
Protobuf type google.cloud.discoveryengine.v1.AnswerQueryRequest.QueryUnderstandingSpec.QueryClassificationSpec.Type
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ AnswerQueryRequest \ QueryUnderstandingSpec \ QueryClassificationSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unspecified query classification type.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
ADVERSARIAL_QUERY
Value: 1Adversarial query classification type.
Generated from protobuf enum ADVERSARIAL_QUERY = 1;
NON_ANSWER_SEEKING_QUERY
Value: 2Non-answer-seeking query classification type, for chit chat.
Generated from protobuf enum NON_ANSWER_SEEKING_QUERY = 2;
JAIL_BREAKING_QUERY
Value: 3Jail-breaking query classification type.
Generated from protobuf enum JAIL_BREAKING_QUERY = 3;
NON_ANSWER_SEEKING_QUERY_V2
Value: 4Non-answer-seeking query classification type, for no clear intent.
Generated from protobuf enum NON_ANSWER_SEEKING_QUERY_V2 = 4;
USER_DEFINED_CLASSIFICATION_QUERY
Value: 5User defined query classification type.
Generated from protobuf enum USER_DEFINED_CLASSIFICATION_QUERY = 5;