Compose a message reply

POST {{baseUrl}}/v3/grants/:grant_id/messages/:message_id/smart-compose

Generates a reply to a message based on a prompt.

Request Body

{"prompt"=>"Send a nice response."}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"request_id":"\u003cstring\u003e","data":"\u003cobject\u003e"}