TaskAgentSession interface
Represents a session for performing message exchanges from an agent.
agent | Gets or sets the agent which is the target of the session. |
agent |
This will be false in case an old Agent is creating the session. |
encryption |
Gets the key used to encrypt message traffic for this session. |
owner |
Gets or sets the owner name of this session. Generally this will be the machine of origination. |
session |
Gets the unique identifier for this session. |
system |
Gets or sets the agent which is the target of the session.
agent: TaskAgentReference
Property Value
This will be false in case an old Agent is creating the session.
agentCanHandleOaepSHA256: boolean
Property Value
boolean
Gets the key used to encrypt message traffic for this session.
encryptionKey: TaskAgentSessionKey
Property Value
Gets or sets the owner name of this session. Generally this will be the machine of origination.
ownerName: string
Property Value
string
Gets the unique identifier for this session.
sessionId: string
Property Value
string
systemCapabilities: {[key: string]: string}
Property Value
{[key: string]: string}