Update Session
BetaPath parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This is the new name for the session. Maximum length is 40 characters.
This is the new status for the session.
This is the updated array of chat messages.
Response
This is the unique identifier for the session.
This is the unique identifier for the organization that owns this session.
This is the ISO 8601 timestamp indicating when the session was created.
This is the ISO 8601 timestamp indicating when the session was last updated.
This is a user-defined name for the session. Maximum length is 40 characters.
This is the current status of the session. Can be either ‘active’ or ‘completed’.
This is the ID of the assistant associated with this session. Use this when referencing an existing assistant.
This is the assistant configuration for this session. Use this when creating a new assistant configuration. If assistantId is provided, this will be ignored.
This is an array of chat messages in the session.
This is the customer information associated with this session.
This is the ID of the phone number associated with this session.
This is the phone number configuration for this session.