13 lines
252 B
C#
13 lines
252 B
C#
using BotSharp.Core.Engines;
|
|
using BotSharp.Platform.Models;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace BotSharp.Core.Models
|
|
{
|
|
public class RasaIntentExpressionPart : TrainingIntentExpressionPart
|
|
{
|
|
}
|
|
}
|