Interface EventInteractionOutcome

interface EventInteractionOutcome {
    context: ContextSessionFab;
    event: "outcome.updated" | "outcome.assigned";
    eventId: string;
    object: Outcome;
    version: "0.1";
}

Hierarchy (view full)

Properties

event: "outcome.updated" | "outcome.assigned"
eventId: string
object: Outcome
version