GoogleCloudDialogflowCxV3PlaybookImportStrategy constructor

GoogleCloudDialogflowCxV3PlaybookImportStrategy({
  1. String? mainPlaybookImportStrategy,
  2. String? nestedResourceImportStrategy,
  3. String? toolImportStrategy,
})

Implementation

GoogleCloudDialogflowCxV3PlaybookImportStrategy({
  this.mainPlaybookImportStrategy,
  this.nestedResourceImportStrategy,
  this.toolImportStrategy,
});