messages.promptPlaceholderString(default: "Ask or generate content with AI")
The placeholder text of the textarea input of the prompt view.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
messages: {
promptPlaceholder: "Enter your question or request..."
}
});
</script>
In this article