2018-07-19 03:31:17 +00:00
|
|
|
|
using BotSharp.Core.Adapters.Rasa;
|
|
|
|
|
|
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 Newtonsoft.Json;
|
2018-06-18 22:15:32 +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-19 03:31:17 +00:00
|
|
|
|
public class RasaIntentExpression : TrainingIntentExpression<TrainingIntentExpressionPart>
|
2018-03-28 22:08:49 +00:00
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|