j_menegari
Explorer
Member since ‎05-31-2019

User Statistics

  • 4 Posts
  • 0 Solutions
  • 4 Kudos given
  • 1 Kudos received

User Activity

Hi I'm trying to replicate the "reset memory" function by a script in Python. I followed the API reference so I wrote build = sapcai.Build(DEVELOPER_TOKEN) conversation = build.update_conversation(USER_SLUG, BOT_SLUG , chat_id, { 'language': 'it', ...
Hi all, I'm trying to create a little python script to dialog with my bot by the console, but looks like I'm unable to beautify the answer from the bot. Can you help me? Let the Conversation ID be the 1. Obliuvsly all the tokens have been cens...
My bot is connected with Telegram and I like to retrive the images sent to the bot by the chat. I tried with the "source" field but the bot doesn't recognize sending an image as a message (I don't see it in the "Monitor" section) so I can't use it.