interface Interaction {
    function: string;
    name: string;
    parameters: Record<string, InteractionOptionType>;
    type: InteractionOptionType;
}

Hierarchy (view full)

Properties

function: string
name: string
parameters: Record<string, InteractionOptionType>