How to update intentions using python SDK API.AI?

I am new to api.ai I want to update the user says sections in my intentions using python sdk support.

I followed these instructions: docs.api.ai , using this method, deletes my previous data user says .

how can I update user say so that my previous user say data remains unchanged?

+5
source share
1 answer

You can check flask-assistant - it is a python framework that simplifies the assembly of API.AI websites with python and a flask.

0
source

Source: https://habr.com/ru/post/1263962/


All Articles