AIChatMessageMessageType Property

Gets and sets the type of the message in the AI Chat conversation

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 AIChatMessageMessageTypeEnum MessageType { get; set; }

Property Value

AIChatMessageMessageTypeEnum
The type of the message in the AI Chat conversation

Return Value

AIChatMessageMessageTypeEnum
The type of the message in the AI Chat conversation

See Also