GoogleCloudDialogflowCxV3ExportAgentRequest constructor

GoogleCloudDialogflowCxV3ExportAgentRequest({
  1. String? agentUri,
  2. String? dataFormat,
  3. String? environment,
  4. GoogleCloudDialogflowCxV3ExportAgentRequestGitDestination? gitDestination,
  5. bool? includeBigqueryExportSettings,
})

Implementation

GoogleCloudDialogflowCxV3ExportAgentRequest({
  this.agentUri,
  this.dataFormat,
  this.environment,
  this.gitDestination,
  this.includeBigqueryExportSettings,
});