Class ChatMessage
Represents a chat message, typically used to encapsulate the content and metadata exchanged in a chat conversation.
public class ChatMessage
- Inheritance
-
ChatMessage
- Inherited Members
- Extension Methods
Properties
LocationFrom
public PatientLocation? LocationFrom { get; set; }
Property Value
LocationTo
public PatientLocation? LocationTo { get; set; }
Property Value
Message
public string? Message { get; set; }
Property Value
MessageTime
public DateTime? MessageTime { get; set; }