SubscribeEvent interface

Represents an event received from a subscription to a Copilot Studio conversation.

Properties

activity

The activity from the copilot.

eventId

The SSE event ID for resumption. Can be used to resume subscription from a specific point.

Property Details

activity

The activity from the copilot.

activity: Activity

Property Value

eventId

The SSE event ID for resumption. Can be used to resume subscription from a specific point.

eventId?: string

Property Value

string