Interface BotCustomActivity

interface BotCustomActivity {
    name: string;
    state: string;
    type: CUSTOM;
}

Properties

Properties

name: string
state: string
type: CUSTOM