Defines the settings for opening an Inline AI Prompt through the InlineAIPromptService.
Definition
Package:@progress/kendo-angular-conversational-ui
Properties
enableSpeechToTextButton?
boolean | SpeechToTextButtonSettings
Controls the visibility and configuration of the Speech to Text button.
maxHeight?
string | number
Sets the maximum height of the component.
Accepts a number for pixels or a string for other units, for example, 50%.
Sets the titles of the buttons shown in the Inline AI Prompt. Use for localization.
Sets the action buttons for the output card.
outputTemplate?
TemplateRef<any>
Sets the template for the output content. If not provided, uses the default output template.
placeholder?
string
Sets the placeholder text for the Inline AI Prompt TextArea.
The settings for the Inline AI Prompt Popup.
Sets the commands for the Inline AI Prompt TextArea prefix.
Sets the prompt output to display.
promptValue?
string
Sets the value of the Inline AI Prompt TextArea.
streaming?
boolean
If true, the send button turns into a stop button.
width?
string | number
Sets the width of the component.
Accepts a number for pixels or a string for other units, for example, 50%.