AIChatMessageEventArgs Class
The AIChatMessageEventArgs class is passed 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.
The AIChatMessageEventArgs class can also be used to cancel the AIChatMessage event.
Namespace: inmydata.WindowsForms.LibraryAssembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
public class AIChatMessageEventArgs : EventArgs
Public Class AIChatMessageEventArgs
Inherits EventArgs
DEFINE VARIABLE chComHandle AS COM-HANDLE NO-UNDO.
CREATE "inmydata.WindowsForms.Library.AIChatMessageEventArgs" chComHandle.
DEFINE PRIVATE VARIABLE AIChatMessageEventArgs AS CLASS inmydata.WindowsForms.Library.AIChatMessageEventArgs NO-UNDO.
AIChatMessage |
Gets the AIChatMessage object that this event is related to.
|
Cancel |
Gets or sets a value that indicates if the AI Chat Message event should be processed.
|
Question |
Gets the AI chat question that this event is related to.
|
Subject |
Gets the Subject that this event is related to.
|