Skip to content

[Feat] One Click AI-Powered Reply Suggestions for Improved UX #59

@moyrsd

Description

@moyrsd

What do we need?

As a user of Quick Replies, its too much friction in the user experience(UX) to use the ai replies. First write command, then write prompt, then hit send, I as a user would rather type the message myself. It would be better if we can show message suggestions in the chat itself like linkedin does .

Acceptance Criteria

  • Implement a message event handler to check for any new message in the server
  • Create an handler to check last few messages of that room or thread (Currenly Quick Replies does not support threads)
  • Create 2/3 replies based on the conversation using AI
  • Send the replies as action button which can be only seen by the user and when they press a button that message will be sent in the room or thread
  • Make sure to delete the suggestion message on click of the button

Relevant ScreenShots

Linkedin Message Suggestion Image

Further Comments

Instead making quickreplies event based we can also make it command based, after the command is executed, app will see last few messages in the convesation and suggest changes, rest remains same....

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions