public enum IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo.Types.IngestionStatusReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API enum IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo.Types.IngestionStatus.
Enum representing the various states of parameter ingestion.
Namespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.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. |