boost = $boost; } /** * @return float */ public function getBoost() { return $this->boost; } /** * @param string[] */ public function setPhrases($phrases) { $this->phrases = $phrases; } /** * @return string[] */ public function getPhrases() { return $this->phrases; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SpeechContext::class, 'Google_Service_Speech_SpeechContext');