Class QueryGenerationFailureReason (2.48.0)

QueryGenerationFailureReason(value)

Reason for query generation failure.

    1. The trigger_event is CUSTOMER_MESSAGE or UNSPECIFIED, but
       the last message is not from the customer.
    2. The trigger_event is AGENT_MESSAGE, but the last message
       is not from the agent.

Enums

Name Description
QUERY_GENERATION_FAILURE_REASON_UNSPECIFIED Default value.
QUERY_GENERATION_OUT_OF_QUOTA Query generation is blocked due to out of quota.
QUERY_GENERATION_FAILED Call to Knowedge Assist query generation model fails.
QUERY_GENERATION_NO_QUERY_GENERATED Query generation model decides that there is no new topic change or there has been similar queries generated in the previous turns.
QUERY_GENERATION_RAI_FAILED Knowedge Assist generated query is blocked by RAI (Responsible AI).
NOT_IN_ALLOWLIST Query generation is blocked by Knowledge Assist conversation profile level / agent id level filtering.
QUERY_GENERATION_QUERY_REDACTED The generated query is blocked due to redaction.
QUERY_GENERATION_LLM_RESPONSE_PARSE_FAILED Query generation failed due to LLM response parse failure.
QUERY_GENERATION_EMPTY_CONVERSATION The conversation has no messages.
QUERY_GENERATION_EMPTY_LAST_MESSAGE The last message in the conversation is empty.
QUERY_GENERATION_TRIGGERING_EVENT_CONDITION_NOT_MET The trigger event condition is not met. This occurs in the following scenarios: