GoogleCloudDialogflowV2ExportDocumentRequest constructor

GoogleCloudDialogflowV2ExportDocumentRequest({
  1. bool? exportFullContent,
  2. GoogleCloudDialogflowV2GcsDestination? gcsDestination,
  3. bool? smartMessagingPartialUpdate,
})

Implementation

GoogleCloudDialogflowV2ExportDocumentRequest({
  this.exportFullContent,
  this.gcsDestination,
  this.smartMessagingPartialUpdate,
});