The Open API specification for Synapse is now available for download!

Download Open API Spec

CreateAgentSessionRequest

org.sagebionetworks.repo.model.agent.CreateAgentSessionRequest

Information about a specific session (conversation) with an agent. Only the access level can be changed on an existing session. You will need to start a new session if you wish to use a different agentId.

Field Type Description
agentAccessLevel AgentAccessLevel Defines the level of data access that the agent will be given during a session.
agentRegistrationId STRING Optional. When provided, the registered agent will be used for this session. When excluded the default 'baseline' agent will be used.
sessionContext SessionContext Provides additional context for agent sessions.