allowWildcardIntents = $allowWildcardIntents; } /** * @return bool */ public function getAllowWildcardIntents() { return $this->allowWildcardIntents; } /** * @param string */ public function setDomain($domain) { $this->domain = $domain; } /** * @return string */ public function getDomain() { return $this->domain; } /** * @param bool */ public function setIsReverseLink($isReverseLink) { $this->isReverseLink = $isReverseLink; } /** * @return bool */ public function getIsReverseLink() { return $this->isReverseLink; } /** * @param bool */ public function setMentionsOnly($mentionsOnly) { $this->mentionsOnly = $mentionsOnly; } /** * @return bool */ public function getMentionsOnly() { return $this->mentionsOnly; } /** * @param bool */ public function setSupportShare($supportShare) { $this->supportShare = $supportShare; } /** * @return bool */ public function getSupportShare() { return $this->supportShare; } /** * @param string */ public function setTargetCollection($targetCollection) { $this->targetCollection = $targetCollection; } /** * @return string */ public function getTargetCollection() { return $this->targetCollection; } /** * @param string */ public function setUserCountry($userCountry) { $this->userCountry = $userCountry; } /** * @return string */ public function getUserCountry() { return $this->userCountry; } /** * @param string */ public function setUserLanguage($userLanguage) { $this->userLanguage = $userLanguage; } /** * @return string */ public function getUserLanguage() { return $this->userLanguage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LogsSemanticInterpretationIntentQuerySupportTransferRule::class, 'Google_Service_Contentwarehouse_LogsSemanticInterpretationIntentQuerySupportTransferRule');