2018-07-15 12:31:52 +00:00
|
|
|
|
using BotSharp.Core.Engines;
|
2018-10-01 13:36:39 +00:00
|
|
|
|
using BotSharp.Platform.Models;
|
2018-07-15 12:31:52 +00:00
|
|
|
|
using System;
|
2018-03-28 22:08:49 +00:00
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
|
|
namespace BotSharp.Core.Models
|
|
|
|
|
|
{
|
2018-07-15 12:31:52 +00:00
|
|
|
|
public class RasaIntentExpressionPart : TrainingIntentExpressionPart
|
2018-03-28 22:08:49 +00:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|