Documentation - v1.5.0-beta.6
    Preparing search index...

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

    interface SubscribeEvent {
        activity: Activity;
        eventId?: string;
    }
    Index

    Properties

    Properties

    activity: Activity

    The activity from the copilot.

    eventId?: string

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