AIPromptViewProps
Interface
The properties of the AIPromptView component.
Definition
Package:@progress/kendo-react-conversational-ui
Properties
enableSpeechToText?
boolean | SpeechToTextButtonProps
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.
Default:
false
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.