SmartSession.MessagesEventArgs
Wisej.AI.SmartSession MessagesEventArgs
Namespace: Wisej.AI
Assembly: Wisej.AI (3.5.0.0)
Provides data for events that involve a collection of messages in the SmartSession API.
public class MessagesEventArgs : EventArgsPublic Class MessagesEventArgs
Inherits EventArgsConstructors
MessagesEventArgs(session, messages)
Initializes a new instance of the MessagesEventArgs class with the specified list of messages.
Name
Type
Description
Properties
Messages
IList<Message>: Gets the list of messages sent and received.
Session
SmartSession: Gets the session associated with the event.
Used By
Name
Description
Represents the method that will handle message-related events for the SmartSession object.
Last updated
