Skip to main content
POST
/
conversations
/
{conversationId}
/
messages
/
{messageId}
/
feedback
Send feedback on a conversation message
curl --request POST \
  --url https://api.example.com/conversations/{conversationId}/messages/{messageId}/feedback \
  --header 'Content-Type: application/json' \
  --data '
{
  "comment": "<string>"
}
'
{
  "feedbackId": "<string>"
}

Path Parameters

conversationId
string
required
messageId
string
required

Body

application/json
comment
string

Response

feedbackId
string
required