fix(basic.gblib): HEAR AS now shows domain items to user when validation fails.
This commit is contained in:
parent
d20c2f7742
commit
811a6e320b
1 changed files with 1 additions and 1 deletions
|
@ -1093,7 +1093,7 @@ export class DialogKeywords {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (result === null) {
|
if (result === null) {
|
||||||
await this.talk({ pid, text: `Escolha por favor um dos itens sugeridos (${args.join(',')}).` });
|
await this.talk({ pid, text: `Escolha por favor um dos itens sugeridos (${args.join(', ')}).` });
|
||||||
return await this.hear({ pid, kind, args });
|
return await this.hear({ pid, kind, args });
|
||||||
}
|
}
|
||||||
} else if (kind === 'language') {
|
} else if (kind === 'language') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue