interpretationType = $interpretationType; } /** * @return string */ public function getInterpretationType() { return $this->interpretationType; } /** * @param string */ public function setInterpretedQuery($interpretedQuery) { $this->interpretedQuery = $interpretedQuery; } /** * @return string */ public function getInterpretedQuery() { return $this->interpretedQuery; } /** * @param string */ public function setReason($reason) { $this->reason = $reason; } /** * @return string */ public function getReason() { return $this->reason; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QueryInterpretation::class, 'Google_Service_CloudSearch_QueryInterpretation');