botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
78 stars 87 forks source link

QnA-maker integration supports categories #422

Closed epaminond closed 6 years ago

epaminond commented 6 years ago
  1. Relevant category-fields should be displayed as shown at the mockups only in case QnA maker key is provided.
  2. Bot developer can call a function to register categories (smth like bp.qna.registerCategories(['books', 'movies', ...other])).
  3. Admin user can assign categories from the select-box to QnA items (should be save within QnA Maker metadata)
  4. Importing/Exporting qna-items should make use of category column (this shouldn't break ability to omit category-column when NLU isn't used).
  5. bp.qna.answersOn should accept optional categories filter.

This is partly implemented at tagging-support branch and depends on https://github.com/botpress/v12/issues/421.

dmytropanontko commented 6 years ago

@epaminond working branch here. I've implemented 4-th step and start work on 1 step.