fix(basic.gblib): HEAR AS now shows domain items to user when validation fails.

This commit is contained in:
Rodrigo Rodriguez 2023-12-19 18:19:36 -03:00
parent d20c2f7742
commit 811a6e320b

View file

@ -1093,7 +1093,7 @@ export class DialogKeywords {
});
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 });
}
} else if (kind === 'language') {