Updates specific fields of the context for the ambient session using field mask to specify which fields to update. This is a PATCH operation that allows partial updates to the session context.
Feature | POST (Seed) | PATCH (Update) |
---|---|---|
Purpose | Set entire context all at once when available | Incrementally build context as information becomes available |
Data Approach | Complete context payload | Partial context updates |
Timing | Before EndSession. When you have all context information together. | Before EndSession. As information becomes available progressively |
Behavior | Replaces entire context | Updates only specified fields |
sdp_suki_token
ambient_session_id
UpdateContextRequest
Request body for the /session/{ambient_session_id}/context PATCH endpoint
Success Response
Response body for the /session/{ambient_session_id}/context PATCH endpoint