Properties
core
core: IGBCoreService
Methods
Private createOrUpdateInstanceInternal
- createOrUpdateInstanceInternal(instance: IGBInstance, botId: string, localPath: string, settingsJson: any): Promise<any>
-
Parameters
-
instance: IGBInstance
-
botId: string
-
localPath: string
-
settingsJson: any
Returns Promise<any>
importIfNotExistsBotPackage
- importIfNotExistsBotPackage(botId: string, packageName: string, localPath: string, additionalInstance?: IGBInstance): Promise<any>
-
Parameters
-
botId: string
-
packageName: string
-
localPath: string
-
Default value additionalInstance: IGBInstance = null
Returns Promise<any>
Handles the importing of packages.