phraseSet = $phraseSet; } /** * @return PhraseSet */ public function getPhraseSet() { return $this->phraseSet; } /** * @param string */ public function setPhraseSetId($phraseSetId) { $this->phraseSetId = $phraseSetId; } /** * @return string */ public function getPhraseSetId() { return $this->phraseSetId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreatePhraseSetRequest::class, 'Google_Service_Speech_CreatePhraseSetRequest');