using BotSharp.Core; using BotSharp.Platform.Models; using System; using System.Collections.Generic; using System.Text; namespace BotSharp.Platform.Dialogflow { public class PlatformSettings : PlatformSettingsBase { } }