agentContent = $agentContent; } /** * @return string */ public function getAgentContent() { return $this->agentContent; } /** * @param string */ public function setAgentUri($agentUri) { $this->agentUri = $agentUri; } /** * @return string */ public function getAgentUri() { return $this->agentUri; } /** * @param GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource */ public function setGitSource(GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource $gitSource) { $this->gitSource = $gitSource; } /** * @return GoogleCloudDialogflowCxV3RestoreAgentRequestGitSource */ public function getGitSource() { return $this->gitSource; } /** * @param string */ public function setRestoreOption($restoreOption) { $this->restoreOption = $restoreOption; } /** * @return string */ public function getRestoreOption() { return $this->restoreOption; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3RestoreAgentRequest::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3RestoreAgentRequest');