BotSharp/BotSharp.Platform.Dialogflow/PlatformSettings.cs
2018-10-28 21:16:55 -05:00

14 lines
237 B
C#

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