AIChatMessageText Property

Gets and sets the text 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 string Text { get; set; }

Property Value

String
The text of the message in the AI Chat conversation

Return Value

String
The text of the message in the AI Chat conversation

See Also