Estou tentando estruturar meu bot via sdk utilizando python, mas utilizando o metodo de resposta, a mensagem não chega diretametne no chat, ja vi o retorno no Log mas no chat não chega, tem alguma forma de executar isso?
Olá
Nesse caso você está recebendo id do contato para enviar direto ao usuário e qual erro deu poderia compartilhar para que possamos te ajudar de uma forma melhor ?
Sei que não é a mesma coisa, mas caso possa use esses comandos para gerar a solution do bot sdk em C# e ver as diferenças :
Getting Started
The easiest way to get started is using one of our dotnet
templates. To install the templates, run the execute command in the shell:
dotnet new -i "Take.Blip.Client.Templates::*"
After installing the templates, just create a directory for your chatbot and create a new project using a template:
mkdir MyBot
cd MyBot
dotnet new blip-console
There are available the following templates:
blip-console
- Run as a console applicationblip-web
- Run as a ASP.NET Core application (experimental)
For more details about the BLiP SDK, please refer to our SDK documentation here.
Comente
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.