Ajustes de Mensagens e Documentação #93

Merged
arenasio merged 6 commits from master into master 2019-05-12 12:49:27 +00:00
Showing only changes of commit 4b20878562 - Show all commits

View file

@ -104,7 +104,7 @@ export class GBConversationalService implements IGBConversationalService {
nlp = await model.recognize(step.context); nlp = await model.recognize(step.context);
} catch (error) { } catch (error) {
if (error.statusCode === 404) { if (error.statusCode === 404) {
logger.warn('NLP application still not publish and there are no other options for answering.'); logger.warn('NLP application still not publish and there are no other options for answering, please associate the key on NLP portal.');
return Promise.resolve(false); return Promise.resolve(false);
} else { } else {