Google Cloud Dialogflow V2 Client - Class IngestionStatus (2.4.0)

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 \ IngestedParameterDebugInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INGESTION_STATUS_UNSPECIFIED

Value: 0

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

Generated from protobuf enum INGESTION_STATUS_UNSPECIFIED = 0;

INGESTION_STATUS_SUCCEEDED

Value: 1

Indicates that the parameter was successfully ingested.

Generated from protobuf enum INGESTION_STATUS_SUCCEEDED = 1;

INGESTION_STATUS_CONTEXT_NOT_AVAILABLE

Value: 2

Indicates that the parameter was not available for ingestion.

Generated from protobuf enum INGESTION_STATUS_CONTEXT_NOT_AVAILABLE = 2;

INGESTION_STATUS_PARSE_FAILED

Value: 3

Indicates that there was a failure parsing the parameter content.

Generated from protobuf enum INGESTION_STATUS_PARSE_FAILED = 3;

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.

Generated from protobuf enum INGESTION_STATUS_INVALID_ENTRY = 4;

INGESTION_STATUS_INVALID_FORMAT

Value: 5

Indicates 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: 6

Indicates that the context reference language does not match the conversation language.

Generated from protobuf enum INGESTION_STATUS_LANGUAGE_MISMATCH = 6;