Exemplo n.º 1
0
 public static void Initialize(TestContext testContext)
 {
     ComponentRegistration.Add(new DeclarativeComponentRegistration());
     ComponentRegistration.Add(new AdaptiveComponentRegistration());
     ComponentRegistration.Add(new LanguageGenerationComponentRegistration());
     ComponentRegistration.Add(new QnAMakerComponentRegistration());
 }
Exemplo n.º 2
0
 public Startup(IMessageSink messageSink)
     : base(messageSink)
 {
     ComponentRegistration.Add(new DeclarativeComponentRegistration());
     ComponentRegistration.Add(new AdaptiveComponentRegistration());
     ComponentRegistration.Add(new AdaptiveTestingComponentRegistration());
     ComponentRegistration.Add(new LanguageGenerationComponentRegistration());
 }
Exemplo n.º 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());
 }
Exemplo n.º 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());
 }