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 \ KnowledgeAssistDebugInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED
Value: 0Default value.
Generated from protobuf enum QUERY_CATEGORIZATION_FAILURE_REASON_UNSPECIFIED = 0;
QUERY_CATEGORIZATION_INVALID_CONFIG
Value: 1Vertex AI Search config supplied for query categorization is invalid.
Generated from protobuf enum QUERY_CATEGORIZATION_INVALID_CONFIG = 1;
QUERY_CATEGORIZATION_RESULT_NOT_FOUND
Value: 2Vertex AI Search result does not contain a query categorization result.
Generated from protobuf enum QUERY_CATEGORIZATION_RESULT_NOT_FOUND = 2;
QUERY_CATEGORIZATION_FAILED
Value: 3Vertex AI Search call fails.
Generated from protobuf enum QUERY_CATEGORIZATION_FAILED = 3;