BotSharp/Platforms/BotSharp.Platform.Rasa/PlatformSettings.cs
2023-05-20 10:20:37 -05:00

12 lines
198 B
C#

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