BotSharp/BotSharp.Core/Engines/Sebis/SebisIntentExpression.cs
2018-08-03 17:18:40 -05:00

12 lines
245 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using BotSharp.Core.Engines;
namespace BotSharp.Core.Adapters.Sebis
{
public class SebisIntentExpression : TrainingIntentExpression<SebisIntentExpressionPart>
{
}
}