New to KendoReactStart a free 30-day trial

AIPromptViewProps
Premium

The properties of the AIPromptView component.

NameTypeDefaultDescription

enableSpeechToText?

boolean | SpeechToTextButtonProps

false

Show speech to text button in input. When true, shows the button with default settings. When an object is provided, passes those props directly to the SpeechToTextButton component.

generateButton?

CustomComponent<ButtonProps>

Accepts a custom component that can be used to render the generate button. See example here.

promptInput?

CustomComponent<TextAreaProps>

Accepts a custom component that can be used to render the prompt input. See example here.

promptSuggestions?

string[]

The suggestions that will be displayed in the prompt view. See example here.

promptValue?

string

The value of the prompt input.

Not finding the help you need?
Contact Support