fix(kb.gbapp): API after new Bot #370.

This commit is contained in:
Rodrigo Rodriguez 2023-09-16 17:54:47 -03:00
parent 7df967167a
commit c68cc7cb60

View file

@ -570,8 +570,7 @@ export class AzureDeployerService implements IGBInstallationDeployer {
luisAppIds: [nlpAppId], luisAppIds: [nlpAppId],
luisKey: nlpKey, luisKey: nlpKey,
msaAppId: appId, msaAppId: appId,
msaAppPassword: appPassword, msaAppPassword: appPassword
configuredChannels: ['webchat']
} }
}; };