disable = $disable; } /** * @return bool */ public function getDisable() { return $this->disable; } /** * @param int */ public function setMaxRephraseSteps($maxRephraseSteps) { $this->maxRephraseSteps = $maxRephraseSteps; } /** * @return int */ public function getMaxRephraseSteps() { return $this->maxRephraseSteps; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec');