Google Cloud Dialogflow v2 API - Enum IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo.Types.IngestionStatus (4.29.0)

public enum IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo.Types.IngestionStatus

Reference documentation and code samples for the Google Cloud Dialogflow v2 API enum IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo.Types.IngestionStatus.

Enum representing the various states of parameter ingestion.

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Fields

Name Description
ContextNotAvailable

Indicates that the parameter was not available for ingestion.

InvalidEntry

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

InvalidFormat

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

LanguageMismatch

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

ParseFailed

Indicates that there was a failure parsing the parameter content.

Succeeded

Indicates that the parameter was successfully ingested.

Unspecified

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