GoogleCloudDialogflowCxV3ExportIntentsRequest constructor

GoogleCloudDialogflowCxV3ExportIntentsRequest({
  1. String? dataFormat,
  2. List<String>? intents,
  3. bool? intentsContentInline,
  4. String? intentsUri,
})

Implementation

GoogleCloudDialogflowCxV3ExportIntentsRequest({
  this.dataFormat,
  this.intents,
  this.intentsContentInline,
  this.intentsUri,
});