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