CreateAgentSessionRequest
org.sagebionetworks.repo.model.agent.CreateAgentSessionRequest
Information about a specific session (conversation) with an agent. Only the acess 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. |