GoogleCloudDialogflowV2Document constructor

GoogleCloudDialogflowV2Document({
  1. String? contentUri,
  2. String? displayName,
  3. bool? enableAutoReload,
  4. List<String>? knowledgeTypes,
  5. GoogleCloudDialogflowV2DocumentReloadStatus? latestReloadStatus,
  6. Map<String, String>? metadata,
  7. String? mimeType,
  8. String? name,
  9. String? rawContent,
  10. String? state,
})

Implementation

GoogleCloudDialogflowV2Document({
  this.contentUri,
  this.displayName,
  this.enableAutoReload,
  this.knowledgeTypes,
  this.latestReloadStatus,
  this.metadata,
  this.mimeType,
  this.name,
  this.rawContent,
  this.state,
});