Português (BR)
cURL
curl --request POST \ --url https://chat.meuassistente.rdstationmentoria.com.br/rest/{workspaceId}/{agentId}/message/feedback \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "feedback": null }'
{ "id": "<string>", "conversationId": "<string>", "role": "system", "name": null, "content": null, "toolCallId": null, "toolCalls": null, "metadata": {}, "feedback": null, "usage": { "promptTokens": 123, "completionTokens": 123, "cachedTokens": 123 }, "attachments": [], "createdAt": "2025-07-21T17:52:50.135Z", "updatedAt": "2025-07-21T17:52:50.135Z" }
Envia feedback (positivo ou negativo) para uma mensagem gerada pelo assistente.
Identificador do assistente
Identificador único do workspace
Successful response
The response is of type object.
object