Google Cloud Dialogflow v2 API - Enum DatastoreResponseReason (4.29.0)

public enum DatastoreResponseReason

Reference documentation and code samples for the Google Cloud Dialogflow v2 API enum DatastoreResponseReason.

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

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Fields

Name Description
AnswerGenerationError

Answer generation encounters an error.

AnswerGenerationGenAiDisabled

Generative AI is disabled.

AnswerGenerationNotEnoughInfo

Answer generation does not have enough information to generate answer.

AnswerGenerationNotGrounded

Answer generation is not grounded on reliable sources.

AnswerGenerationOutOfQuota

Answer generation is blocked due to out of quota.

AnswerGenerationRaiFailed

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

None

No specific response reason from datastore.

SearchEmptyResults

Search returns empty results.

SearchOutOfQuota

Search is blocked due to out of quota.

Unspecified

Default value.