BotSharp/BotSharp.Platform.Dialogflow/PlatformSettings.cs

14 lines
237 B
C#
Raw Normal View History

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