attributeValue = $attributeValue; } /** * @return string */ public function getAttributeValue() { return $this->attributeValue; } /** * The value between -1 to 1 by which to boost the score if the * attribute_value evaluates to the value specified above. * * @param float $boostAmount */ public function setBoostAmount($boostAmount) { $this->boostAmount = $boostAmount; } /** * @return float */ public function getBoostAmount() { return $this->boostAmount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1SearchRequestBoostSpecConditionBoostSpecBoostControlSpecControlPoint::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1SearchRequestBoostSpecConditionBoostSpecBoostControlSpecControlPoint');