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 : EventArgs

Constructors

MessagesEventArgs(session, messages)

Initializes a new instance of the MessagesEventArgs class with the specified list of messages.

Name
Type
Description

session

The SmartSession associated with the event.

messages

The list of messages associated with the event.

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