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 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');