AIChatMessage Class

The AIChatMessage class is passed in the AIChatMessageEventArgs class by the AIChatMessage event of the AnalyticsControl and provides information relating to the message generated by the AI Chat window. These could be used to code your own chat window inside the hosting application.

Definition

Namespace: inmydata.WindowsForms.Library
Assembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class AIChatMessage : AIChatMessage_AIChatMessage

Constructors

Properties

MessageType Gets and sets the type of the message in the AI Chat conversation
Sequence Gets and sets the sequence number of the message in the AI chat conversation
Text Gets and sets the text of the message in the AI Chat conversation

Methods

AIChatMessage Instantiates a new AIChatMessage object

See Also