SmartSession.MessagesEventArgs
Wisej.AI.SmartSession MessagesEventArgs
Last updated
Wisej.AI.SmartSession MessagesEventArgs
Last updated
Namespace: Wisej.AI
Assembly: Wisej.AI (3.5.0.0)
Provides data for events that involve a collection of messages in the SmartSession API.
Initializes a new instance of the class with the specified list of messages.
session
messages
The list of messages associated with the event.
: Gets the list of messages sent and received.
: Gets the session associated with the event.
The associated with the event.
Represents the method that will handle message-related events for the object.