BotSharp/BotSharp.Core/Engines/Sebis/SebisIntentExpression.cs

12 lines
245 B
C#
Raw Normal View History

2018-08-03 22:18:40 +00:00
using System;
using System.Collections.Generic;
using System.Text;
using BotSharp.Core.Engines;
namespace BotSharp.Core.Adapters.Sebis
{
public class SebisIntentExpression : TrainingIntentExpression<SebisIntentExpressionPart>
{
}
}