Skip to content

Chat: add STT mentions to demo descriptions#32831

Open
vladaskorohodova wants to merge 1 commit intoDevExpress:26_1from
vladaskorohodova:chat-stt-demos26_1
Open

Chat: add STT mentions to demo descriptions#32831
vladaskorohodova wants to merge 1 commit intoDevExpress:26_1from
vladaskorohodova:chat-stt-demos26_1

Conversation

@vladaskorohodova
Copy link
Contributor

No description provided.

@vladaskorohodova vladaskorohodova self-assigned this Mar 9, 2026
@vladaskorohodova vladaskorohodova requested a review from a team as a code owner March 9, 2026 09:18
Copilot AI review requested due to automatic review settings March 9, 2026 09:18
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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, and speechToTextOptions.
  • 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.


## 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants