Your conversational AI application will have to make decisions whilst the user interacts with the various dialogs that form your solution.

The following links will show you how to leverage actions such as If/Then Else and Branch/Switch to control the flow of conversation in your application.

Branch If/Then Else

Branch Switch

Next

Learn how to work with collections of data by implementing arrays.