BotSharp/Infrastructure/BotSharp.Core/Engines/Sebis/SebisIntentExpression.cs
2023-05-20 10:20:37 -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>
{
}
}