InlineAIPromptSettings
Defines the settings for opening an Inline AI Prompt through the InlineAIPromptService
.
Name | Type | Default | Description |
---|---|---|---|
enableSpeechToTextButton? |
|
Sets the visibility and configuration of the Speech to Text button. | |
maxHeight? |
|
Sets the maximum height of the component.
Accepts a number for pixels or a string for other units, for example, | |
messages? |
|
Sets the titles of the buttons shown in the Inline AI Prompt. Use for localization. | |
outputActions? |
|
Sets the action buttons for the output card. | |
outputTemplate? |
|
Sets the template for the output content. If not provided, the default output template is used. | |
placeholder? |
|
Sets the placeholder of the Inline AI Prompt TextArea. | |
popupSettings? |
|
Specifies the settings for the Inline AI Prompt Popup. | |
promptCommands? |
|
Sets the commands for the Inline AI Prompt TextArea prefix. | |
promptOutput? |
|
Sets the prompt output to display. | |
promptValue? |
|
Sets the value of the Inline AI Prompt TextArea. | |
streaming? |
|
Sets whether the send button turns into a stop button. | |
width? |
|
Sets the width of the component.
Accepts a number for pixels or a string for other units, for example, |
Constructors
InlineAIPromptSettings
()