We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd311f commit 3600db6Copy full SHA for 3600db6
lib/base_service.ts
@@ -336,6 +336,8 @@ export class BaseService {
336
let temp: any;
337
if (this.name === 'visual_recognition') {
338
temp = vcapServices.getCredentials('watson_vision_combined');
339
+ } if (this.name === 'assistant') {
340
+ temp = vcapServices.getCredentials('conversation');
341
} else {
342
temp = vcapServices.getCredentials(vcapServicesName);
343
}
0 commit comments