context = $context; } /** * @return GoogleCloudDiscoveryengineV1betaConversationContext */ public function getContext() { return $this->context; } /** * @param string */ public function setInput($input) { $this->input = $input; } /** * @return string */ public function getInput() { return $this->input; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaTextInput::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaTextInput');