Options
All
  • Public
  • Public/Protected
  • All
Menu

Module config

Index

Functions

getBotpressConfig

  • getBotpressConfig(): Promise<any>

getModuleConfig

  • getModuleConfig(moduleId: string): Promise<any>

getModuleConfigForBot

  • getModuleConfigForBot(moduleId: string, botId: string, ignoreGlobal?: boolean): Promise<any>
  • Parameters

    • moduleId: string
    • botId: string
    • Optional ignoreGlobal: boolean

    Returns Promise<any>

mergeBotConfig

  • mergeBotConfig(botId: string, partialConfig: Partial<BotConfig>, ignoreLock?: boolean): Promise<any>
  • Parameters

    • botId: string
    • partialConfig: Partial<BotConfig>
    • Optional ignoreLock: boolean

    Returns Promise<any>

Generated using TypeDoc