top of page

Week 5 - Kao

We can now send custom messages with our bot through our trigger words. The next step is to condition the type and the content of our response. We change the type of JSON sent out in our response to Line server to be a message type called flex message.


This required us to change a lot of our code as well as having a template prepared for changes in the future. We ran into a lot of trouble since we didn't know if the new JSON package will work or not until uploaded onto LINE's server. It was a lot of trial and error.


Comments


bottom of page