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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e","data":"\u003cobject\u003e"}