Project Conversation Learner
-
3 votes
-
Translation Service integration
While LUIS will limit the number of languages, it would be very nice to have the possbility to hook up a translation API, translating the train dialogs into english from any other supported language.
1 vote -
Conversation Learner UI standalone
Could be very interesting that CL UI in the future it does not come as a bunch of Typescript files that you need to compile and execute as a Node.js app.
Instead, it will be much more useful, simple and fast to have a portal like LUIS has (now CL even uses LUIS for some backend processing).1 vote -
C# SDK
It would be useful to have, like in Bot Framework, a C# version of the SDK (possibly as NuGet package), so it can also be used with C# v4 version Bot Framework bots.
2 votes -
Interaction with QnAMaker
For some type of bots (most of the have a part that ressembles a FAQ), I think it will be very useful to have the possibility to query a preconfigured QnAMaker Service (in .env config file or similar) with the text the user has sent, and automatically resend the response of QnA to the user. This could be an action type like "TEXT" or "API_LOCAL".
1 vote -
Dynamic/Generic cards
I think the action type "Card" is pretty useful, but I think it has much more potential. I am not sure if it is already possible, but I have found myself several times trying to make a dynamic template (or generic). I mean, I think it would be useful to specify a template with something like a "repeater" (a button or similar), and you also specify an entity or variable, so finally Bot renders as many buttons as entities or values you have.
1 vote -
Definition of synonims (or alterations)
I think it would be a good idea to have the option of introducing a list of terms (or phrases), which have the same meaning so are interchangeable (like in LUIS or QnA).
1 vote -
Allow users to suggest the answers
Allow users to suggest the answers, if they feel which is the best.
1 vote -
TEXT actions - allow multiple responses
When creating a TEXT action you can only specify a single response. It would be good if you could specify a list of responses, then the bot randomly chooses one. At the moment I can see this type of thing done via API call RandomGreeting, but it would be good not to have to go to the API for that.
2 votesSee other comments for ways to do this.