New to KendoReact? Start a free 30-day trial
PromptBoxSpeechToTextButton
PromptBoxSpeechToTextButtonPremium
Updated on Feb 5, 2026
Represents the PromptBox Speech-to-Text Button component. Receives default props from the parent PromptBox component.
tsx
<PromptBox
speechToTextButtonConfig={false}
endAffix={(props) => (
<>
<PromptBoxSpeechToTextButton {...props.speechToTextButtonProps} />
<span>Custom content</span>
</>
)}
/>
| Name | Type | Default | Description |
|---|---|---|---|
props |
|
The props of the PromptBoxSpeechToTextButton component. |