Allow agent to continue past conversations with users
session_id
, agents can access past context, enhancing engagement and providing a personalized experience for users.
session_id
for Session ContinuationmsClient.start
method:
session_id
in the initiate
event:
session_id
is included in the request body when calling the start_outbound_call
API.
session_id
, reducing the need to re-explain their issue.session_id
helps track each caller’s journey, creating a more cohesive experience.user_id
, phone
, or similar identifiers, adding memory across sessions without requiring a session_id
.