Table of Contents

Class ActivityEventArgs

Namespace
JD.AI.Gateway.Client
Assembly
JD.AI.Gateway.Client.dll

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

activityEvent ActivityEvent

Properties

ActivityEvent

public ActivityEvent ActivityEvent { get; }

Property Value

ActivityEvent