-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Speech: Queuing messages for text-to-speech #1736
Comments
We tested on Mockbot that the new incoming activity did not interrupt the current speaking activity. However, the new incoming activity is not spoken too. Repro steps
ExpectedThe second activity will be spoken immediately following the completion of the first activity. The second activity will not interrupt the first activity. ActualThe second activity did not interrupt the speaking of the first activity. However, the second activity is not spoken either. |
How to stop the bot from speaking and clear all the queues? This was available in v3 as we could reset the queue. in v4, the queue seems empty and this functionality seems missing. This is not a how-to question, this is a missing functionality in v4. |
@alokraj68, this is feature work done with the Cognitive Service team for 4.6, which is when we will bump the dependency in Web Chat. This is not yet testable in our latest bits but will be released at the beginning of November. |
Please do let me know once it's in the latest bits so that we can test it. |
Reference: #1714
Customer had an issue where text-to-speech has been cutting out on Web Chat. To quote the conclusion:
(emphasis mine)
Queuing messages would prevent the bot from 'cutting out' and interrupting whatever current utterance is being made. Is queuing messages to prevent interruption of speech something we want to support in the near future? @compulim in particular has done the most work with Speech recently and may have thoughts on the matter.
The text was updated successfully, but these errors were encountered: