IngestedContextReferenceDebugInfo(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Debug information related to ingested context reference.
Attributes |
|
|---|---|
| Name | Description |
project_not_allowlisted |
bool
Indicates if the project is allowlisted to use ingested context reference. |
context_reference_retrieved |
bool
The status of context_reference retrieval from database. |
ingested_parameters_debug_info |
MutableSequence[google.cloud.dialogflow_v2.types.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo]
Parameters ingested from the context reference. |
Classes
IngestedParameterDebugInfo
IngestedParameterDebugInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)Debug information related to ingested parameters from context reference.