BotStep: {
    booleanFilter?: string | null;
    botInvocation?: BotInvocation | null;
    botMessages: BotMessage[];
    botNavigation?: BotNavigation | null;
    botStepConditions: BotStepCondition[];
    botSteps: BotStep[];
    botVariableOperation?: BotVariableOperation | null;
    conversationRecordLookup?: ConversationRecordLookup | null;
    conversationSystemMessage?: ConversationSystemMessage | null;
    type: string;
}

Type declaration