GoogleCloudDialogflowCxV3RestoreAgentRequest constructor

GoogleCloudDialogflowCxV3RestoreAgentRequest({
  1. String? agentContent,
  2. String? agentUri,
  3. GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource? gitSource,
  4. String? restoreOption,
})

Implementation

GoogleCloudDialogflowCxV3RestoreAgentRequest({
  this.agentContent,
  this.agentUri,
  this.gitSource,
  this.restoreOption,
});