AIChatMessageSequence Property

Gets and sets the sequence number 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 int Sequence { get; set; }

Property Value

Int32
The sequence number of the message in the AI chat conversation

Return Value

Int32
The sequence number of the message in the AI chat conversation

See Also