We have just seen two of the different response types that can be returned to Lex. There are currently five different types of response that Lex can handle:
- elicitSlot
- elicitIntent
- confirmIntent
- close
- delegate
These can all be found at http://bit.ly/chatbot-ch5 in the All-Lex-Responses.js file. You can then copy them into your future projects.