agent = $agent; } /** * @return string */ public function getAgent() { return $this->agent; } /** * @param string */ public function setAgentIdentity($agentIdentity) { $this->agentIdentity = $agentIdentity; } /** * @return string */ public function getAgentIdentity() { return $this->agentIdentity; } /** * @param string */ public function setAgentScope($agentScope) { $this->agentScope = $agentScope; } /** * @return string */ public function getAgentScope() { return $this->agentScope; } /** * @param string */ public function setBusiness($business) { $this->business = $business; } /** * @return string */ public function getBusiness() { return $this->business; } /** * @param string */ public function setBusinessDescription($businessDescription) { $this->businessDescription = $businessDescription; } /** * @return string */ public function getBusinessDescription() { return $this->businessDescription; } /** * @param bool */ public function setDisableDataStoreFallback($disableDataStoreFallback) { $this->disableDataStoreFallback = $disableDataStoreFallback; } /** * @return bool */ public function getDisableDataStoreFallback() { return $this->disableDataStoreFallback; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3GenerativeSettingsKnowledgeConnectorSettings');