GoogleCloudDialogflowV2BatchDeleteIntentsRequest constructor

GoogleCloudDialogflowV2BatchDeleteIntentsRequest({
  1. List<GoogleCloudDialogflowV2Intent>? intents,
})

Implementation

GoogleCloudDialogflowV2BatchDeleteIntentsRequest({
  this.intents,
});