GeneralBots / BotServer

LLM Orchestrator powered by langchain and Bot Framework V4 & several features including Whatsapp.
https://gb.pragmatismo.cloud
Other
61 stars 37 forks source link

Botões do WhatsApp - ajustes #346

Open PH-Nascimento opened 1 year ago

PH-Nascimento commented 1 year ago

Os botões devem ter a possibilidade da pergunta (TALK) fique dentro do balão como título da caixa de opções, conforme imagem.

image

No dialog as opções escolhidas (botões clicados) devem permitir o acionamento de outro dialog ( /CALL )

if escolha = "opt1" then call opt1 exit else if escolha = "opt2" then call opt2 exit end if