allowedInConversation = $allowedInConversation; } /** * @return bool */ public function getAllowedInConversation() { return $this->allowedInConversation; } /** * @param string */ public function setCatalog($catalog) { $this->catalog = $catalog; } /** * @return string */ public function getCatalog() { return $this->catalog; } /** * @param string[] */ public function setExampleValues($exampleValues) { $this->exampleValues = $exampleValues; } /** * @return string[] */ public function getExampleValues() { return $this->exampleValues; } /** * @param string */ public function setFacet($facet) { $this->facet = $facet; } /** * @return string */ public function getFacet() { return $this->facet; } /** * @param string */ public function setFinalQuestion($finalQuestion) { $this->finalQuestion = $finalQuestion; } /** * @return string */ public function getFinalQuestion() { return $this->finalQuestion; } /** * @param float */ public function setFrequency($frequency) { $this->frequency = $frequency; } /** * @return float */ public function getFrequency() { return $this->frequency; } /** * @param string */ public function setGeneratedQuestion($generatedQuestion) { $this->generatedQuestion = $generatedQuestion; } /** * @return string */ public function getGeneratedQuestion() { return $this->generatedQuestion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2GenerativeQuestionConfig::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2GenerativeQuestionConfig');