GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo constructor

GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo({
  1. String? ingestionStatus,
  2. String? parameter,
})

Implementation

GoogleCloudDialogflowV2IngestedContextReferenceDebugInfoIngestedParameterDebugInfo({
  this.ingestionStatus,
  this.parameter,
});