GoogleCloudDialogflowV2IntentBatch constructor

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

Implementation

GoogleCloudDialogflowV2IntentBatch({
  this.intents,
});