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

New Intents | Name Resolution | Intent Confirmation | Local Development | Interaction Model Update | AWS Lambda setup #25

Merged

Conversation

AdarshNaidu
Copy link
Contributor

@AdarshNaidu AdarshNaidu commented Jul 27, 2020

The following branches were merged into this PR.
Check their descriptions for more details.
#21, #22, #23, #24, #26, #27


This PR contains the updated interaction model

Additions in this PR

  1. Ability to work in AWS Lambda environment
  2. Showing account summary in the Welcome Intent
  3. Faster and improved helper functions
  4. Code Documentation

New/Updated Intents in this PR

  1. Get all unreads intent
    This intent responds with the number of unread messages that the user has from a channel, group and direct message.
    User: Do I have any unread messages?
    Action: You have, x unreads in channel1, y unreads from user1, z unreads in channel2...

  2. Get All unread mentions intent
    This intent responds with the number of unread mentions of the user from a channel, group and direct messages.
    User: Do I have any mentions?
    Action: You have, x mentions from user1, y mentions from channel1, z mentions from channel2 ...

  3. Read unread messages from channel intent
    This intent now takes less time to execute, resolves channel name and works for both public and private channels.

  4. Read unread mentions from channel intent
    To read only mentioned unread messages from a channel or group.

  5. Read unread messages from DM
    To read unread messages from a DM user

  6. Read unread mentions from DM
    To read unread mentioned messages form a DM user

  7. Post message to a discussion
    To send message to a public or private discussion

  8. Read unread messages from Discussion
    To read unread messages from a discussion

  9. Read unread mentions form Discussion
    To read unread mentioned messages from a discussion.

@lgtm-com
Copy link

lgtm-com bot commented Aug 29, 2020

This pull request introduces 1 alert when merging 5dfbfb0 into ffe765c - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Aug 29, 2020

This pull request introduces 1 alert when merging 6b74906 into ffe765c - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Aug 29, 2020

This pull request introduces 1 alert when merging 07d3dbc into ffe765c - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Aug 30, 2020

This pull request introduces 1 alert when merging 826e822 into ffe765c - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

@AdarshNaidu AdarshNaidu changed the title Unread messages and mentions intents New Intents | Name Resolution | Intent Confirmation | Local Development | Interaction Model Update | AWS Lambda setup Aug 30, 2020
@Sing-Li Sing-Li merged commit eecdbc3 into RocketChat:master Aug 30, 2020
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.

None yet

3 participants