13 lines
277 B
C#
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>
|
|
{
|
|
|
|
}
|
|
} |