Class ChatHistoryItem NamespaceMicrosoft.AutoGen.Agents AssemblyMicrosoft.AutoGen.Agents.dll public class ChatHistoryItem Inheritance object ChatHistoryItem Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Properties Message public required string Message { get; set; } Property Value string Order public int Order { get; set; } Property Value int UserType public ChatUserType UserType { get; set; } Property Value ChatUserType