12 lines
245 B
C#
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>
|
|
{
|
|
|
|
}
|
|
} |