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.
Namespace: inmydata.WindowsForms.LibraryAssembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
public class AIChatMessage : AIChatMessage_AIChatMessage
Public Class AIChatMessage
Implements AIChatMessage_AIChatMessage
DEFINE VARIABLE chComHandle AS COM-HANDLE NO-UNDO.
CREATE "inmydata.WindowsForms.Library.AIChatMessage" chComHandle.
DEFINE PRIVATE VARIABLE AIChatMessage AS CLASS inmydata.WindowsForms.Library.AIChatMessage NO-UNDO.
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
|