Enum IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus (4.97.0)

public enum IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus extends Enum<IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus> implements ProtocolMessageEnum

Enum representing the various states of parameter ingestion.

Protobuf enum google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
INGESTION_STATUS_CONTEXT_NOT_AVAILABLE

Indicates that the parameter was not available for ingestion.

INGESTION_STATUS_CONTEXT_NOT_AVAILABLE = 2;

INGESTION_STATUS_CONTEXT_NOT_AVAILABLE_VALUE

Indicates that the parameter was not available for ingestion.

INGESTION_STATUS_CONTEXT_NOT_AVAILABLE = 2;

INGESTION_STATUS_INVALID_ENTRY

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

INGESTION_STATUS_INVALID_ENTRY = 4;

INGESTION_STATUS_INVALID_ENTRY_VALUE

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

INGESTION_STATUS_INVALID_ENTRY = 4;

INGESTION_STATUS_INVALID_FORMAT

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

INGESTION_STATUS_INVALID_FORMAT = 5;

INGESTION_STATUS_INVALID_FORMAT_VALUE

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

INGESTION_STATUS_INVALID_FORMAT = 5;

INGESTION_STATUS_LANGUAGE_MISMATCH

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

INGESTION_STATUS_LANGUAGE_MISMATCH = 6;

INGESTION_STATUS_LANGUAGE_MISMATCH_VALUE

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

INGESTION_STATUS_LANGUAGE_MISMATCH = 6;

INGESTION_STATUS_PARSE_FAILED

Indicates that there was a failure parsing the parameter content.

INGESTION_STATUS_PARSE_FAILED = 3;

INGESTION_STATUS_PARSE_FAILED_VALUE

Indicates that there was a failure parsing the parameter content.

INGESTION_STATUS_PARSE_FAILED = 3;

INGESTION_STATUS_SUCCEEDED

Indicates that the parameter was successfully ingested.

INGESTION_STATUS_SUCCEEDED = 1;

INGESTION_STATUS_SUCCEEDED_VALUE

Indicates that the parameter was successfully ingested.

INGESTION_STATUS_SUCCEEDED = 1;

INGESTION_STATUS_UNSPECIFIED

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

INGESTION_STATUS_UNSPECIFIED = 0;

INGESTION_STATUS_UNSPECIFIED_VALUE

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

INGESTION_STATUS_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()