Submit feedback for a message. End users can rate messages as like or dislike, and optionally provide text feedback. Pass null for rating to revoke previously submitted feedback.
API Key authentication. For all API requests, include your API Key in the Authorization HTTP Header, prefixed with Bearer. Example: Authorization: Bearer {API_KEY}. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.
Message ID.
Request body for submitting message feedback.
User identifier, defined by the developer, must ensure uniqueness within the application.
Feedback rating. Set to null to revoke previously submitted feedback.
like, dislike, null Optional text feedback providing additional detail.
Operation successful.
Result status.