<kendo:aIPrompt-messages>

The text messages displayed in the component. Use this option to customize or localize the messages.

Example

<kendo:aIPrompt>
    <kendo:aIPrompt-messages></kendo:aIPrompt-messages>
</kendo:aIPrompt>

Configuration Attributes

commandsView java.lang.String

The text of the commands view button in the ToolBar.

Example

<kendo:aIPrompt-messages commandsView="commandsView">
</kendo:aIPrompt-messages>

copyOutput java.lang.String

The text of the copy output button in the output element.

Example

<kendo:aIPrompt-messages copyOutput="copyOutput">
</kendo:aIPrompt-messages>

customView java.lang.String

The text of the custom view button in the ToolBar.

Example

<kendo:aIPrompt-messages customView="customView">
</kendo:aIPrompt-messages>

generateOutput java.lang.String

The text of the generate output button in the prompt view footer.

Example

<kendo:aIPrompt-messages generateOutput="generateOutput">
</kendo:aIPrompt-messages>

outputRetryTitle java.lang.String

The title of the output card when the output is generated after clicking the retry button of an output.

Example

<kendo:aIPrompt-messages outputRetryTitle="outputRetryTitle">
</kendo:aIPrompt-messages>

outputTitle java.lang.String

The title of the output card when the output is generated.

Example

<kendo:aIPrompt-messages outputTitle="outputTitle">
</kendo:aIPrompt-messages>

outputView java.lang.String

The text of the output view button in the ToolBar.

Example

<kendo:aIPrompt-messages outputView="outputView">
</kendo:aIPrompt-messages>

promptPlaceholder java.lang.String

The placeholder text of the textarea input of the prompt view.

Example

<kendo:aIPrompt-messages promptPlaceholder="promptPlaceholder">
</kendo:aIPrompt-messages>

promptSuggestions java.lang.String

The text of the prompt suggestions toggle button in the prompt view.

Example

<kendo:aIPrompt-messages promptSuggestions="promptSuggestions">
</kendo:aIPrompt-messages>

promptView java.lang.String

The text of the prompt view button in the ToolBar.

Example

<kendo:aIPrompt-messages promptView="promptView">
</kendo:aIPrompt-messages>

retryGeneration java.lang.String

The text of the retry generation button in the output card.

Example

<kendo:aIPrompt-messages retryGeneration="retryGeneration">
</kendo:aIPrompt-messages>
In this article
Not finding the help you need?