BotSharp/BotSharp.Core/Engines/Sebis/SebisIntentExpression.cs
2018-10-01 08:36:39 -05:00

13 lines
277 B
C#

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