BotSharp/BotSharp.Core/Engines/Rasa/RasaIntentExpression.cs
2018-10-01 08:36:39 -05:00

16 lines
333 B
C#

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