Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::IngestedContextReferenceDebugInfo::IngestedParameterDebugInfo::IngestionStatus (v1.15.0)

Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::IngestedContextReferenceDebugInfo::IngestedParameterDebugInfo::IngestionStatus.

Enum representing the various states of parameter ingestion.

Constants

INGESTION_STATUS_UNSPECIFIED

value: 0
Default value, indicates that the ingestion status is not specified.

INGESTION_STATUS_SUCCEEDED

value: 1
Indicates that the parameter was successfully ingested.

INGESTION_STATUS_CONTEXT_NOT_AVAILABLE

value: 2
Indicates that the parameter was not available for ingestion.

INGESTION_STATUS_PARSE_FAILED

value: 3
Indicates that there was a failure parsing the parameter content.

INGESTION_STATUS_INVALID_ENTRY

value: 4
Indicates that the context reference had an unexpected number of content entries as Context reference should only have one entry.

INGESTION_STATUS_INVALID_FORMAT

value: 5
Indicates that the context reference content was not in the expected format (e.g., JSON).

INGESTION_STATUS_LANGUAGE_MISMATCH

value: 6
Indicates that the context reference language does not match the conversation language.