Class ActivityEvent
- Namespace
- JD.AI.Gateway.Client.Models
- Assembly
- JD.AI.Gateway.Client.dll
public sealed record ActivityEvent : IEquatable<ActivityEvent>
- Inheritance
-
ActivityEvent
- Implements
-
- Inherited Members
-
Properties
EventType
[JsonPropertyName("eventType")]
public string EventType { get; init; }
Property Value
- string
Message
[JsonPropertyName("message")]
public string? Message { get; init; }
Property Value
- string
SourceId
[JsonPropertyName("sourceId")]
public string SourceId { get; init; }
Property Value
- string
Timestamp
[JsonPropertyName("timestamp")]
public DateTimeOffset Timestamp { get; init; }
Property Value
- DateTimeOffset