Alan handlers¶
To build a voice user experience with Alan, you can use the following handlers on the client side:
onCommand handler: handles commands sent from the voice scripts to the app. Use this handler to perform tasks or actions on voice commands in the client app: navigate between the app screens, highlight a UI element on the screen and so on.
onButtonState handler: handles the Alan button state change events.
onConnectionStatus handler: handles the connection status to the voice project in the Alan Cloud.
onEvent handler: handles events received from Alan when the user’s input is being recognized.