messages.actionButtonString(default: "Send")
Sets the tooltip and aria-label for the send button.
Example
<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
messages: {
actionButton: "Submit Message"
}
});
</script>