New to KendoReactStart a free 30-day trial

PromptBoxSpeechToTextButton
Premium

Updated on Feb 5, 2026

Represents the PromptBox Speech-to-Text Button component. Receives default props from the parent PromptBox component.

A Functional Component.

tsx
<PromptBox
  speechToTextButtonConfig={false}
  endAffix={(props) => (
    <>
      <PromptBoxSpeechToTextButton {...props.speechToTextButtonProps} />
      <span>Custom content</span>
    </>
  )}
/>
NameTypeDefaultDescription

props

PromptBoxSpeechToTextButtonProps intersected with RefAttributes<any>

The props of the PromptBoxSpeechToTextButton component.

Not finding the help you need?
Contact Support