agentCreationConfig = $agentCreationConfig; } /** * @return GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfigAgentCreationConfig */ public function getAgentCreationConfig() { return $this->agentCreationConfig; } /** * @param string */ public function setDialogflowAgentToLink($dialogflowAgentToLink) { $this->dialogflowAgentToLink = $dialogflowAgentToLink; } /** * @return string */ public function getDialogflowAgentToLink() { return $this->dialogflowAgentToLink; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig');