Participation in Google's dialogflow-cx competition in August 2021 to create an open source flow/agent
This is an agent that assist users in filing complaints, retrieving and updating complaints that were filed before.
- Handling for user verification (ask for phone number, ID/passport)
 - Redirects to human agent when prompted or when bot can't handle the conversation
 
- Bypass sequential form filling method; instead use intents and entities to perform slot filling of multiple parameters in one go
 - Reuse of one flow (user verification) to redirects to multiple downstream flows based on session parameters
 
- Designing conversation is a rabbit hole. You cannot aim to be perfect in every single way
 - It's impossible to cover all angles/possibilities of small talk. That's a job for language model such as GPT-3 and the likes
 - Useful conversation requires structure and intention, chat bots needs to be able to lead conversation with a purpose.