chatType = $chatType;
}
/**
* @return string
*/
public function getChatType()
{
return $this->chatType;
}
/**
* @param GoogleChatConfig
*/
public function setGoogleChatConfig(GoogleChatConfig $googleChatConfig)
{
$this->googleChatConfig = $googleChatConfig;
}
/**
* @return GoogleChatConfig
*/
public function getGoogleChatConfig()
{
return $this->googleChatConfig;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ChatConfig::class, 'Google_Service_CloudSearch_ChatConfig');