messages.promptSuggestionsString(default: "Prompt Suggestions")

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

Example

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    messages: {
        promptSuggestions: "Quick Prompts"
    }
});
</script>
In this article
messages.promptSuggestions
Not finding the help you need?
Contact Support