New to KendoReactStart a free 30-day trial

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

A Functional Component.

Definition

Package:@progress/kendo-react-conversational-ui

Syntax:

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

Properties

The props of the PromptBoxSpeechToTextButton component.

In this article
DefinitionPropertiesprops
Not finding the help you need?
Contact Support