Interface RawInteractionCallback

interface RawInteractionCallback {
    activity_instance_id?: string;
    id: string;
    response_message_ephemeral?: boolean;
    response_message_id?: string;
    response_message_loading?: boolean;
    type: InteractionTypes;
}

Properties

activity_instance_id?: string
id: string
response_message_ephemeral?: boolean
response_message_id?: string
response_message_loading?: boolean