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

LUIS cognitive service integration for better conversations #10

Closed
kosperera opened this issue Jun 3, 2017 · 2 comments
Closed

LUIS cognitive service integration for better conversations #10

kosperera opened this issue Jun 3, 2017 · 2 comments

Comments

@kosperera
Copy link
Collaborator

So far we have a limitation with what users can say to the bot. With Cognitive Services such as LUIS we can have more flexibility on this. Few improvements that it will bring to the bot;

  • Get rid of the command and control type chat conversations
  • Get rid of hashtag mentions for jira tasks, time spent, and the days and specific dates.
  • Extending conversations such as sign me in as kosalap instead of just saying sign in and then wait till the bot asks for the username or email.
@kosperera
Copy link
Collaborator Author

Trouble in paradise with the builtin datetime entity of LUIS. Need to figure out a way to convert possible values to JS date. I have post a question on SO and waiting for a response.

kosperera pushed a commit that referenced this issue Jun 5, 2017
kosperera pushed a commit that referenced this issue Jun 6, 2017
…extra-space added by the recognizers for time spent and task.
@kosperera
Copy link
Collaborator Author

Got a straight forward way to fix the builtin dates, including days specified, since the days are converted into actual dates by the Cognitive Service.

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

No branches or pull requests

1 participant