Update Session
Path parameters
The unique identifier for the resource.
Request body
This is the new name for the session. Maximum length is 40 characters.
This is the new status for the session.
Session expiration time in seconds. Defaults to 24 hours (86400 seconds) if not set.
Example request
{
"expirationSeconds": 86400
}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 the cost of the session in USD.
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'.
Session expiration time in seconds. Defaults to 24 hours (86400 seconds) if not set.
This is the ID of the assistant associated with this session. Use this when referencing an existing assistant.
This is the squad ID associated with this session. Use this when referencing an existing squad.
This is the customerId of the customer associated with this session.
This is the ID of the phone number associated with this session.