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

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

Query classification types.

Protobuf type google.cloud.discoveryengine.v1beta.AnswerQueryRequest.QueryUnderstandingSpec.QueryClassificationSpec.Type

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta \ AnswerQueryRequest \ QueryUnderstandingSpec \ QueryClassificationSpec

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified query classification type.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

ADVERSARIAL_QUERY

Value: 1

Adversarial query classification type.

Generated from protobuf enum ADVERSARIAL_QUERY = 1;

NON_ANSWER_SEEKING_QUERY

Value: 2

Non-answer-seeking query classification type.

Generated from protobuf enum NON_ANSWER_SEEKING_QUERY = 2;