DEV Community

suLeeTate
suLeeTate

Posted on

Week 16 stuff

Lesson 16 Discussion
Please create a blog on dev.to with the following information:

  1. Explain in your own words the lesson.

  2. Include the following questions:
    For the app you’re thinking of, what’s an example of an input the
    brain would take?
    What’s an example of a result it would return to display in the
    user interface?

A. Lesson 16 was about the Chat bot and how we can control the chatbot by changing the questions or the User Input. That is the input info which goes into the Conversation View controller which hold the data stored for this app. It also determines what Answer to give.
B. For my app, the input that the brain would take would be the type of vehicle that makes a certain engine sound. The return would be the correct engine sound or a Bool that gave a true or false answer to what engine sound went with what vehicle.

Top comments (0)