GoogleCloudDialogflowV2BatchUpdateIntentsRequest constructor

GoogleCloudDialogflowV2BatchUpdateIntentsRequest({
  1. GoogleCloudDialogflowV2IntentBatch? intentBatchInline,
  2. String? intentBatchUri,
  3. String? intentView,
  4. String? languageCode,
  5. String? updateMask,
})

Implementation

GoogleCloudDialogflowV2BatchUpdateIntentsRequest({
  this.intentBatchInline,
  this.intentBatchUri,
  this.intentView,
  this.languageCode,
  this.updateMask,
});