GoogleCloudDialogflowCxV3ImportIntentsRequest constructor

GoogleCloudDialogflowCxV3ImportIntentsRequest({
  1. GoogleCloudDialogflowCxV3InlineSource? intentsContent,
  2. String? intentsUri,
  3. String? mergeOption,
})

Implementation

GoogleCloudDialogflowCxV3ImportIntentsRequest({
  this.intentsContent,
  this.intentsUri,
  this.mergeOption,
});