AIChatMessageEventArgsQuestion Property
Gets the AI chat question that this event is related to.
Namespace: inmydata.WindowsForms.LibraryAssembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
public string Question { get; }
Public ReadOnly Property Question As String
Get
DEFINE AIChatMessageEventArgsQuestion AS CHARACTER NO-UNDO.
DEFINE PRIVATE VARIABLE AIChatMessageEventArgsQuestion AS CHARACTER NO-UNDO.
Return Value
StringThe AI chat question that this event is related to.