AIChatMessageEventArgsAIChatMessage Property

Gets the AIChatMessage object that this event is related to.

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 AIChatMessage AIChatMessage { get; }

Return Value

AIChatMessage
The AIChatMessage object that this event is related to.

See Also