-
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
Suggested actions are not spoken #1780
Comments
According to the documentation, there is no Speak property on the Suggested Actions schema. Could you recommend scenarios where the Speak property is necessary? If so, this will help us to plan for this feature. |
Accessibility. What if the person can't see and only interacts based on what he hears? |
thank you! I think I closed this on accident last week so I'm going to keep it open for discussion with the dev team. We need to ensure the Narrator speaks suggested actions - we will not support the Speak property unless there is a change to the schema. |
We need to add aria-live to the suggested-actions buttons. We'll fix this targeting for 4.5 |
Will adding the aria tag make the bot speak without using accessibility tools? |
No, Today, we add a box (element) around suggested actions when we need to show them up. We remove the element when there are no suggested actions. We cannot simply add So, we need to have the box persisted on Web Chat UI, and change its content from time to time. On the other side, while we are experimenting with |
More clarifications over my previous comment. I think |
Just following up, does this mean the app will need a narrator in order for the person to hear what the bot says? It still won't speak the first time it starts a conversation? |
This issue is in regards to the accessibility of Suggested Actions. Yes, customers will need an Assistive Technology to be alerted of a change in Suggested Actions. This is not related to speech. As discussed above, Suggested Actions to not have a speak property and therefore will not be spoken by the (speech) bot by design. |
* packages update * Attachment aria-label fixes * Fix arialabel for connectivity status & ea. bubble * #1780 make Suggested Actions accessible * Code cleanup * Upload file string correction * Update CHANGELOG.md * Linting fixes * Update packages/component/src/Utils/AbsoluteTime.js Co-Authored-By: William Wong <[email protected]> * Apply suggestions from code review Co-Authored-By: William Wong <[email protected]> * Apply PR comments
Given the server returns a reply that has SuggestedActions with Speak property populated. The WebChat wouldn't speak the given reply by the server.
The text was updated successfully, but these errors were encountered: