Using a cognitive chatbot to manage IoT devices
A cognitive chatbot understands natural language. In
Chapter 4, “Help Desk Assistant chatbot” on page 109, you learn how to create a cognitive chatbot to answer questions from users requesting help with software and hardware problems.
In this chapter, you learn to expand the cognitive chatbot capabilities so it can interact with IoT devices and send commands to them in response to user’s requests.
In this use case the Node-RED sample application created in
Chapter 4, “Help Desk Assistant chatbot” ...