boolValue = $boolValue; } /** * @return bool */ public function getBoolValue() { return $this->boolValue; } /** * @param string */ public function setKey($key) { $this->key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @param bool */ public function setNaValue($naValue) { $this->naValue = $naValue; } /** * @return bool */ public function getNaValue() { return $this->naValue; } public function setNumValue($numValue) { $this->numValue = $numValue; } public function getNumValue() { return $this->numValue; } public function setScore($score) { $this->score = $score; } public function getScore() { return $this->score; } /** * @param string */ public function setStrValue($strValue) { $this->strValue = $strValue; } /** * @return string */ public function getStrValue() { return $this->strValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1QaQuestionAnswerChoice');