Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move QnAMaker Dialog/Recognizer out of Adaptive and into QnA assembly #3775

Merged
merged 2 commits into from
Apr 22, 2020

Conversation

tomlm
Copy link
Contributor

@tomlm tomlm commented Apr 21, 2020

#3719

  • Merge QnAMakerDialog2 => QnAMakerDialog
  • Move QnAMakerDialog and QnAMakerRecognizer into QnA assembly
  • Move schema definitions int QnA assembly
  • Move ComponentRegistration into QnA Assembly
  • remove dependencies between Adaptive and QnA
  • NOTE: Needed to move ITemplate<> into a shared location as that was only dependency on Adaptive, so moved it into BotBuilder which is where IRecognizer lives.

* Move QnAMakerDialog and QnAMakerRecognizer into QnA assembly
* Move schema definitions int QnA assembly
* Move ComponentRegistration into QnA Assembly
* remove dependencies between Adaptive and QnA
* NOTE: Needed to move ITemplate<> into a shared location as that was only dependency on Adaptive, so moved it into BotBuilder which is where IRecognizer lives.
@@ -0,0 +1,258 @@
//using System.Collections.Generic;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is right.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should remove the file...


In reply to: 412565861 [](ancestors = 412565861)


// Recognizers
yield return new DeclarativeType<QnAMakerRecognizer>(QnAMakerRecognizer.Kind);

// Triggers
yield return new DeclarativeType<OnQnAMatch>(OnQnAMatch.Kind);
// yield return new DeclarativeType<OnQnAMatch>(OnQnAMatch.Kind);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this comment.

Copy link
Contributor

@chrimc62 chrimc62 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename QnAMakerDialog2 to something more meaningful
3 participants