messages.promptSendString
(default: "Prompt Send")
The text of the prompt send button that will be used to as aria labels.
Example
<div id="inlineaiprompt"></div>
<script>
$("#inlineaiprompt").kendoInlineAIPrompt({
messages: {
promptSend: "Submit Prompt"
}
});
</script>
In this article