isControlGroup = $isControlGroup; } /** * @return bool */ public function getIsControlGroup() { return $this->isControlGroup; } /** * @param float */ public function setTrafficAllocation($trafficAllocation) { $this->trafficAllocation = $trafficAllocation; } /** * @return float */ public function getTrafficAllocation() { return $this->trafficAllocation; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3VersionVariantsVariant::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3VersionVariantsVariant');