fix(kb.gbapp): API after new Bot #370.
This commit is contained in:
parent
b7ac946fe7
commit
aa725c71b3
1 changed files with 1 additions and 2 deletions
|
@ -571,8 +571,7 @@ export class AzureDeployerService implements IGBInstallationDeployer {
|
||||||
luisKey: nlpKey,
|
luisKey: nlpKey,
|
||||||
msaAppId: appId,
|
msaAppId: appId,
|
||||||
msaAppPassword: appPassword,
|
msaAppPassword: appPassword,
|
||||||
enabledChannels: ['webchat', 'skype'], //, "facebook"],
|
configuredChannels: ['webchat']
|
||||||
configuredChannels: ['webchat', 'skype'] //, "facebook"]
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue