Interface EventInteractionChoice

interface EventInteractionChoice {
    context: ContextSessionFab;
    event: "choice.saved";
    eventId: string;
    object: Choice;
    version: "0.1";
}

Hierarchy (view full)

Properties

event
eventId: string
object: Choice
version