BotSharp/BotSharp.Core/Engines/Rasa/RasaIntentExpressionPart.cs

13 lines
252 B
C#
Raw Normal View History

using BotSharp.Core.Engines;
using BotSharp.Platform.Models;
using System;
2018-03-28 22:08:49 +00:00
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Core.Models
{
public class RasaIntentExpressionPart : TrainingIntentExpressionPart
2018-03-28 22:08:49 +00:00
{
}
}