Ambient Session User Feedback
Submit user feedback on generated clinical content for continuous improvement
- Quantitative Feedback: Rate content using a scale with configurable minimum and maximum values.
- Qualitative Feedback: Provide optional, free-form comments for detailed insights.
- Entity-Level Tracking: Tie feedback to specific entities within sessions.
Supported entity types
Provide feedback on the following entity types:| Entity type | Description |
|---|---|
content | Generated clinical content |
Rating system
TheratingFeedback object provides quantitative feedback. It includes the following fields:
-
min_rating: The minimum rating value (e.g., 0). -
max_rating: The maximum rating value. -
rating: The actual rating you provide within the min-max range.
min_rating and max_rating values. The range is inclusive, so both the min_rating and max_rating values are valid ratings.For example:-
To create a rating scale of 0 to 5, set
min_ratingto 0 andmax_ratingto 5. A user can provide any integer rating from 0 to 5. -
To create a binary scale, set
min_ratingto 0 andmax_ratingto 1. A user can provide a rating of either 0 or 1. - Suki suggests using a scale of 1 to 5 for the rating.
Character limits
qualitative_comments: Maximum 2000 characters.
Code examples
- Python
- TypeScript
Authorizations
Suki access token for the authenticated provider. Obtain this by calling Login or Register with a valid partner_token. Pass the suki_token value from the JSON response as the sdp_suki_token header on REST requests and non-browser WebSocket upgrades. Browser WebSocket clients pass the token in Sec-WebSocket-Protocol instead. Tokens expire after one hour; call Login again to refresh.
Headers
Optional - Stable identifier for the active provider. Omit for standard partners whose partner_token identifies the user. Required for Bearer partners and Single Auth Token authentication where multiple providers share one partner_token. Use the same provider_id you sent on Login or Register.
"provider-123"
Path Parameters
UUID for the ambient session you are rating. Use the same ambient_session_id from Create Ambient Session.
Entity type you are rating. For ambient sessions, use content for generated clinical note content. You can submit feedback once per entity type per session.
Body
Quantitative rating and optional qualitative comments for the specified entity.
Required quantitative rating. Set min_rating, max_rating, and rating to define the scale and score.
Optional - Qualitative feedback comments for detailed insights. Maximum 2000 characters allowed.
2000"The generated content was accurate and helpful"
Response
Resource created successfully.
Response body for successful feedback submission
Unique identifier for the submitted feedback
"fb_abc123def456-789xyz-012uvw"