microsoft / microsoft/BotFramework-WebChat
[Tracking] DLS: Read receipt for outgoing message
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1.8k
- Forks
- 1.6k
- Avg merge
- 22h 58m
- Merged PRs (30d)
- 2
Description
If you would want to prioritize this feature work, please vote and optionally, provide a user story.
Feature Request
Currently, Direct Line Speech do not ACK any outgoing message, including recognized speech or simple text message.
Since outgoing activities are not ACK-ed, we do not have the activity ID or the correct timestamp.
We workaround it by timestamping all incoming activities with local timestamp, and faking a read receipt (a.k.a. echo back activity).
Code at /directlinespeech/src/DirectLineSpeech.js.
[Enhancement]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with /directlinespeech/src/DirectLineSpeech.js and trace how outgoing recognized-speech and text activities are handled. Confirm the Direct Line Speech acknowledgement behavior and define completion as receiving an activity ID and correct timestamp for outgoing messages without relying on local timestamps or a faked read receipt.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100