Update session speaker mapping
Updates the speaker-to-participant mapping for the session transcript. Changing the mapping triggers re-processing of all insights and progress notes for the session.
Path Parameters
- sessionId string required
Id of session.
- application/json
Request Body required
Speaker mapping update request
speakerMapping object required
Mapping of speakers (present in utterances) to user identifiers. One user identifier can be assigned to multiple speakers.
property name*string
Responses
- 204
- 403
- 404
OK. Speaker mapping was updated.
Invalid API Key
Record with given ID wasn't found.
Loading...