GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo constructor

GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo({
  1. bool? contextReferenceRetrieved,
  2. List<GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo>? ingestedParametersDebugInfo,
  3. bool? projectNotAllowlisted,
})

Implementation

GoogleCloudDialogflowV2IngestedContextReferenceDebugInfo({
  this.contextReferenceRetrieved,
  this.ingestedParametersDebugInfo,
  this.projectNotAllowlisted,
});