Class ChatState<T> NamespaceMicrosoft.AutoGen.Contracts AssemblyMicrosoft.AutoGen.Contracts.dll public class ChatState<T> where T : IMessage, new() Type Parameters T Inheritance object ChatState<T> Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Properties Data public T Data { get; set; } Property Value T History public List<ChatHistoryItem> History { get; set; } Property Value List<ChatHistoryItem>