using BotSharp.Core.Adapters.Rasa; using BotSharp.Core.Engines; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; namespace BotSharp.Core.Models { public class RasaIntentExpression : TrainingIntentExpression { } }