Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::DatastoreResponseReason (v1.15.0)

Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::DatastoreResponseReason.

Response reason from datastore which indicates data serving status or answer quality degradation.

Constants

DATASTORE_RESPONSE_REASON_UNSPECIFIED

value: 0
Default value.

NONE

value: 1
No specific response reason from datastore.

SEARCH_OUT_OF_QUOTA

value: 2
Search is blocked due to out of quota.

SEARCH_EMPTY_RESULTS

value: 3
Search returns empty results.

ANSWER_GENERATION_GEN_AI_DISABLED

value: 4
Generative AI is disabled.

ANSWER_GENERATION_OUT_OF_QUOTA

value: 5
Answer generation is blocked due to out of quota.

ANSWER_GENERATION_ERROR

value: 6
Answer generation encounters an error.

ANSWER_GENERATION_NOT_ENOUGH_INFO

value: 7
Answer generation does not have enough information to generate answer.

ANSWER_GENERATION_RAI_FAILED

value: 8
Answer generation is blocked by RAI (Responsible AI) failure.

ANSWER_GENERATION_NOT_GROUNDED

value: 9
Answer generation is not grounded on reliable sources.