AgentBaseContext
AgentBaseContext<
ContentTypes> =object
Defined in: sdks/js/agent-sdk/src/core/Agent.ts:124
Values available to a handler for the current message.
Type Parameters
Section titled “Type Parameters”ContentTypes
Section titled “ContentTypes”ContentTypes = unknown
Properties
Section titled “Properties”client
Section titled “client”client:
Client<ContentTypes>
Defined in: sdks/js/agent-sdk/src/core/Agent.ts:126
The client that received the message.
conversation
Section titled “conversation”conversation:
Conversation
Defined in: sdks/js/agent-sdk/src/core/Agent.ts:128
The conversation that contains the message.
message
Section titled “message”message:
DecodedMessage
Defined in: sdks/js/agent-sdk/src/core/Agent.ts:130
The decoded message being handled.

