PromptBoxSpeechToTextButton
Component
Represents the PromptBox Speech-to-Text Button component. Receives default props from the parent PromptBox component.
Definition
Package:@progress/kendo-react-conversational-ui
Syntax:
tsx
<PromptBox
speechToTextButtonConfig={false}
endAffix={(props) => (
<>
<PromptBoxSpeechToTextButton {...props.speechToTextButtonProps} />
<span>Custom content</span>
</>
)}
/>
Properties
props
PromptBoxSpeechToTextButtonProps intersected with RefAttributes<any>
The props of the PromptBoxSpeechToTextButton component.