GoogleCloudDialogflowV2ReloadDocumentRequest constructor

GoogleCloudDialogflowV2ReloadDocumentRequest({
  1. String? contentUri,
  2. bool? importGcsCustomMetadata,
  3. bool? smartMessagingPartialUpdate,
})

Implementation

GoogleCloudDialogflowV2ReloadDocumentRequest({
  this.contentUri,
  this.importGcsCustomMetadata,
  this.smartMessagingPartialUpdate,
});