SmartSession.MessagesEventHandler

Wisej.AI.SmartSession MessagesEventHandler

Namespace: Wisej.AI

Assembly: Wisej.AI (3.5.0.0)

Represents the method that will handle message-related events for the SmartSession object.

public delegate void MessagesEventHandler(Object sender, MessagesEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

e

A MessagesEventArgs that contains the event data.

Fired By

Name
Description

Occurs before a request is sent.

Occurs after a response is received.

Occurs after the messages have been prepared and before they are send to the AI.

Last updated