GoogleCloudDialogflowV2ExportDocumentRequest constructor
GoogleCloudDialogflowV2ExportDocumentRequest({
- bool? exportFullContent,
- GoogleCloudDialogflowV2GcsDestination? gcsDestination,
- bool? smartMessagingPartialUpdate,
Implementation
GoogleCloudDialogflowV2ExportDocumentRequest({
this.exportFullContent,
this.gcsDestination,
this.smartMessagingPartialUpdate,
});