promptTextArea.resizeString
Specifies the resize behavior. Available options: "none", "both", "horizontal", "vertical", "auto".
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
promptTextArea: {
resize: "vertical"
}
});
</script>