New to Kendo UI for AngularStart a free 30-day trial

InlineAIPromptSettings

Defines the settings for opening an Inline AI Prompt through the InlineAIPromptService.

NameTypeDefaultDescription

enableSpeechToTextButton?

boolean | SpeechToTextButtonSettings

Sets 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%.

messages?

InlineAIPromptMessages

Sets the titles of the buttons shown in the Inline AI Prompt. Use for localization.

outputActions?

InlineAIPromptOutputAction[]

Sets the action buttons for the output card.

outputTemplate?

TemplateRef<any>

Sets the template for the output content. If not provided, the default output template is used.

placeholder?

string

Sets the placeholder of the Inline AI Prompt TextArea.

popupSettings?

InlineAIPromptPopupSettings

Specifies the settings for the Inline AI Prompt Popup.

promptCommands?

InlineAIPromptCommand[]

Sets the commands for the Inline AI Prompt TextArea prefix.

promptOutput?

InlineAIPromptOutput

Sets the prompt output to display.

promptValue?

string

Sets the value of the Inline AI Prompt TextArea.

streaming?

boolean

Sets whether 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%.

Constructors

InlineAIPromptSettings

()

In this article
ConstructorsInlineAIPromptSettings
Not finding the help you need?
Contact Support