Table of Contents

Class ChatMessage

Namespace
adas_core.Domain.Models
Assembly
adas-core.Domain.dll

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

PatientLocation

LocationTo

public PatientLocation? LocationTo { get; set; }

Property Value

PatientLocation

Message

public string? Message { get; set; }

Property Value

string

MessageTime

public DateTime? MessageTime { get; set; }

Property Value

DateTime?