GoogleCloudDialogflowCxV3RestoreAgentRequest constructor
GoogleCloudDialogflowCxV3RestoreAgentRequest({
- String? agentContent,
- String? agentUri,
- GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource? gitSource,
- String? restoreOption,
Implementation
GoogleCloudDialogflowCxV3RestoreAgentRequest({
this.agentContent,
this.agentUri,
this.gitSource,
this.restoreOption,
});