In chapter 3, you learned how to design effective processes that your conversational AI assistant will implement. After you design all the flow charts and user-to-system interactions, you need to breathe life into them by writing the dialogue text your assistant will read or speak.
The assistant can respond in several ways to a user who needs to reset a password, as shown in figure 4.1. A response of “I need your user ID so I can reset your password” is direct but has a nearly accusatory tone. A response of “I’m sorry you can’t access our system. I’ll try to help you. To start, what’s your user ID?” conveys a softer tone and lets the user know what’s happening next. From a programming standpoint, both of these responses are identical, but users will not perceive them the same way.