Class ActivityEventArgs
SignalR client for JD.AI Gateway real-time communication. Provides agent chat streaming and event subscriptions.
public sealed class ActivityEventArgs : EventArgs
- Inheritance
-
ActivityEventArgs
- Inherited Members
Constructors
ActivityEventArgs(ActivityEvent)
SignalR client for JD.AI Gateway real-time communication. Provides agent chat streaming and event subscriptions.
public ActivityEventArgs(ActivityEvent activityEvent)
Parameters
activityEventActivityEvent
Properties
ActivityEvent
public ActivityEvent ActivityEvent { get; }