feat: Obter a resposta de um sendList (Lista) e prosseguir o fluxo Typebot

This commit is contained in:
edisoncm-ti 2024-01-20 18:28:00 -03:00
parent 96be63f50b
commit c9b0e66641

View File

@ -274,6 +274,7 @@ export class TypebotService {
const types = {
conversation: msg.conversation,
extendedTextMessage: msg.extendedTextMessage?.text,
responseRowId: msg.listResponseMessage.singleSelectReply?.selectedRowId,
};
this.logger.verbose('type message: ' + types);