Google Cloud Dialogflow V2 Client - Class QueryCategorizationFailureReason (2.4.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class QueryCategorizationFailureReason.

Reason for query categorization failure.

Protobuf type google.cloud.dialogflow.v2.KnowledgeAssistDebugInfo.QueryCategorizationFailureReason

Namespace

Google \ Cloud \ Dialogflow \ V2 \ KnowledgeAssistDebugInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED = 0;

QUERY_CATEGORIZATION_INVALID_CONFIG

Value: 1

Vertex AI Search config supplied for query categorization is invalid.

Generated from protobuf enum QUERY_CATEGORIZATION_INVALID_CONFIG = 1;

QUERY_CATEGORIZATION_RESULT_NOT_FOUND

Value: 2

Vertex AI Search result does not contain a query categorization result.

Generated from protobuf enum QUERY_CATEGORIZATION_RESULT_NOT_FOUND = 2;

QUERY_CATEGORIZATION_FAILED

Value: 3

Vertex AI Search call fails.

Generated from protobuf enum QUERY_CATEGORIZATION_FAILED = 3;