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