14 lines
262 B
C#
14 lines
262 B
C#
using BotSharp.Core.Engines;
|
|
using Newtonsoft.Json;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace BotSharp.Core.Models
|
|
{
|
|
public class RasaIntentExpression : TrainingIntentExpression<RasaIntentExpressionPart>
|
|
{
|
|
|
|
}
|
|
}
|