public static void Initialize(TestContext testContext)
 {
     ComponentRegistration.Add(new DeclarativeComponentRegistration());
     ComponentRegistration.Add(new AdaptiveComponentRegistration());
     ComponentRegistration.Add(new LanguageGenerationComponentRegistration());
     ComponentRegistration.Add(new QnAMakerComponentRegistration());
 }
示例#2
0
 public Startup(IMessageSink messageSink)
     : base(messageSink)
 {
     ComponentRegistration.Add(new DeclarativeComponentRegistration());
     ComponentRegistration.Add(new AdaptiveComponentRegistration());
     ComponentRegistration.Add(new AdaptiveTestingComponentRegistration());
     ComponentRegistration.Add(new LanguageGenerationComponentRegistration());
 }
示例#3
0
 public static void Initialize(TestContext testContext)
 {
     ComponentRegistration.Add(new DialogsComponentRegistration());
     ComponentRegistration.Add(new DeclarativeComponentRegistration());
     ComponentRegistration.Add(new AdaptiveComponentRegistration());
     ComponentRegistration.Add(new AdaptiveTestingComponentRegistration());
     ComponentRegistration.Add(new LuisComponentRegistration());
     ComponentRegistration.Add(new LanguageGenerationComponentRegistration());
 }
示例#4
0
 public Startup(IMessageSink messageSink)
     : base(messageSink)
 {
     ComponentRegistration.Add(new DialogsComponentRegistration());
     ComponentRegistration.Add(new DeclarativeComponentRegistration());
     ComponentRegistration.Add(new AdaptiveComponentRegistration());
     ComponentRegistration.Add(new LanguageGenerationComponentRegistration());
     ComponentRegistration.Add(new QnAMakerComponentRegistration());
 }