15 lines
301 B
C#
15 lines
301 B
C#
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<TrainingIntentExpressionPart>
|
|
{
|
|
|
|
}
|
|
}
|