GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo constructor
GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo({
- bool? contextReferenceRetrieved,
- List<
GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo> ? ingestedParametersDebugInfo, - bool? projectNotAllowlisted,
Implementation
GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo({
this.contextReferenceRetrieved,
this.ingestedParametersDebugInfo,
this.projectNotAllowlisted,
});