flags = $flags; } /** * @return LogsSemanticInterpretationIntentQueryLinkKindFlags */ public function getFlags() { return $this->flags; } /** * @param string */ public function setKcLinkName($kcLinkName) { $this->kcLinkName = $kcLinkName; } /** * @return string */ public function getKcLinkName() { return $this->kcLinkName; } /** * @param string */ public function setTopicPropertyName($topicPropertyName) { $this->topicPropertyName = $topicPropertyName; } /** * @return string */ public function getTopicPropertyName() { return $this->topicPropertyName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LogsSemanticInterpretationIntentQueryLinkKindInfo::class, 'Google_Service_Contentwarehouse_LogsSemanticInterpretationIntentQueryLinkKindInfo');