Chat: add STT mentions to demo descriptions#32831
Open
vladaskorohodova wants to merge 1 commit intoDevExpress:26_1from
Open
Chat: add STT mentions to demo descriptions#32831vladaskorohodova wants to merge 1 commit intoDevExpress:26_1from
vladaskorohodova wants to merge 1 commit intoDevExpress:26_1from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds "Speech Recognition" sections to the description files of two Chat demos — Overview and AIAndChatbotIntegration — documenting the already-existing speechToTextEnabled: true configuration present in those demos' code across all framework variants (Angular, React, ReactJs, Vue, jQuery).
Changes:
- Adds a "Speech Recognition" section to the Chat Overview demo description, referencing
speechToTextEnabled, the Web Speech API, andspeechToTextOptions. - Adds the same "Speech Recognition" section to the Chat AIAndChatbotIntegration demo description.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
apps/demos/Demos/Chat/Overview/description.md |
Appends a "Speech Recognition" section documenting the speechToTextEnabled and speechToTextOptions properties used in the demo. |
apps/demos/Demos/Chat/AIAndChatbotIntegration/description.md |
Appends the same "Speech Recognition" section to document STT usage in the AI chatbot integration demo. |
r-farkhutdinov
approved these changes
Mar 9, 2026
marker-dao
approved these changes
Mar 9, 2026
khamlyuk
reviewed
Mar 9, 2026
|
|
||
| ## Speech Recognition | ||
|
|
||
| In this demo, [speechToTextEnabled](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#speechToTextEnabled) is set to `true`, and users can enter messages with their voice. The Chat component uses the [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) for speech recognition. Use [speechToTextOptions](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#speechToTextOptions) to define custom speech recognizer settings, handle related events, and customize the speech-to-text button appearance. No newline at end of file |
Contributor
There was a problem hiding this comment.
Primarily I wanted to flip the first sentence. I made other changes because I was already editing :D
Suggested change
| In this demo, [speechToTextEnabled](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#speechToTextEnabled) is set to `true`, and users can enter messages with their voice. The Chat component uses the [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) for speech recognition. Use [speechToTextOptions](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#speechToTextOptions) to define custom speech recognizer settings, handle related events, and customize the speech-to-text button appearance. | |
| Users can enter messages using their voice when [speechToTextEnabled](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#speechToTextEnabled) is set to `true`. The Chat component uses [Web Speech APIs](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) for speech recognition. Use [speechToTextOptions](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#speechToTextOptions) to define custom speech recognizer settings, handle related events, and customize the speech-to-text button appearance. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.