prompt = $prompt; } /** * @return string */ public function getPrompt() { return $this->prompt; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChecksAisafetyV1alphaClassifyContentRequestContext::class, 'Google_Service_ChecksService_GoogleChecksAisafetyV1alphaClassifyContentRequestContext');