AIPromptSettings
Interface representing all configuration options of the Ai Prompt.
Definition
Package:@progress/kendo-angular-conversational-ui
Properties
activeView?
number
The active view index of the AIPrompt component.
disabledGenerateButton?
boolean
Sets the disabled state for the Generate button in the Prompt view.
generateButtonIcon?
string
Sets the icon for the Generate button in the Prompt view.
generateButtonSVGIcon?
SVGIcon
Sets the SVG icon for the Generate button in the Prompt view.
Sets the collection of commands to render in the Command view.
Sets the collection of generated prompt outputs to render in the Output view.
promptSuggestions?
string[]
Sets the collection of suggestions to render in the Prompt view.
showOutputRating?
boolean
Specifies if the rating buttons appear in each Output view card. By default, the rating buttons do not appear.
speechToTextButton?
boolean | SpeechToTextButtonSettings
Sets the settings for the Speech to Text button in the Prompt view.
streaming?
boolean
Specifies whether the Stop generation button appears in the Output view.
textAreaSettings?
TextAreaSettings
Sets the settings for the TextArea in the Prompt view. Use this property to customize the TextArea appearance.