fix(core.gbapp): Fix bot creation.
This commit is contained in:
parent
25c9d45ab2
commit
5a7895ecd4
1 changed files with 1 additions and 1 deletions
|
@ -1111,7 +1111,7 @@ export class GBMinService {
|
|||
});
|
||||
}
|
||||
step.context.activity['text'] = text;
|
||||
step.context.activity['originalText']= 'pt-BR';
|
||||
step.context.activity['originalText']= originalText;
|
||||
|
||||
GBLog.info(`Final text ready for NLP/Search/.gbapp: ${text}.`);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue