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', ...