Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class IngestionStatus.
Enum representing the various states of parameter ingestion.
Protobuf type google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus
Namespace
Google \ Cloud \ Dialogflow \ V2 \ IngestedContextReferenceDebugInfo \ IngestedParameterDebugInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INGESTION_STATUS_UNSPECIFIED
Value: 0Default value, indicates that the ingestion status is not specified.
Generated from protobuf enum INGESTION_STATUS_UNSPECIFIED = 0;
INGESTION_STATUS_SUCCEEDED
Value: 1Indicates that the parameter was successfully ingested.
Generated from protobuf enum INGESTION_STATUS_SUCCEEDED = 1;
INGESTION_STATUS_CONTEXT_NOT_AVAILABLE
Value: 2Indicates that the parameter was not available for ingestion.
Generated from protobuf enum INGESTION_STATUS_CONTEXT_NOT_AVAILABLE = 2;
INGESTION_STATUS_PARSE_FAILED
Value: 3Indicates that there was a failure parsing the parameter content.
Generated from protobuf enum INGESTION_STATUS_PARSE_FAILED = 3;
INGESTION_STATUS_INVALID_ENTRY
Value: 4Indicates that the context reference had an unexpected number of content entries as Context reference should only have one entry.
Generated from protobuf enum INGESTION_STATUS_INVALID_ENTRY = 4;
INGESTION_STATUS_INVALID_FORMAT
Value: 5Indicates that the context reference content was not in the expected format (e.g., JSON).
Generated from protobuf enum INGESTION_STATUS_INVALID_FORMAT = 5;
INGESTION_STATUS_LANGUAGE_MISMATCH
Value: 6Indicates that the context reference language does not match the conversation language.
Generated from protobuf enum INGESTION_STATUS_LANGUAGE_MISMATCH = 6;