I'm creating a mock finance app in API.ai, and I need to get from the user which account they'd like. I have a default welcome intent
as an entry, and a followup intent
that collects what account they'd like (current, savings, etc).
How do I use the user response of "current" or "savings" parameters to choose the next intent
?