- Hands-On Chatbot Development with Alexa Skills and Amazon Lex
- Sam Williams
- 321字
- 2021-07-16 17:45:07
Creating a conversation flow diagram
Now that we know the parts of a conversation flow diagram, let's create one. We'll use the same pizza order conversation that we used earlier.
Start at the very beginning of the conversation. Create a symbol for the user's first utterance. This first message from the user is a really important one as it will trigger an intent:

Now that the OrderPizza intent has been triggered, our chatbot can start asking the user about the pizza they want to order. We'll start by asking what topping they want and they reply with "Hawaiian":

Later on, we want to remember that they chose Hawaiian as their topping so we need to store this as a slot. We store the information against a slot name, so in this case, it will be topping = Hawaiian. As well as storing the slot, we need to carry on the conversation, asking them what size of pizza they want:

With the response from the user, we store the size in a slot and proceed to the next stage. We repeat the question, answer, slot process for the size of pizza the user wants.
Now that we have all of the information that we need, we need to tell the pizzeria that someone has ordered a medium Hawaiian pizza. For this, we'll use the action symbol and make sure to include the slots that are required. When we include slot information into anything, it is normal to write it as the slot name wrapped in curly braces.
As well as telling the pizzeria about the order, we need to let the user know that their order has been placed and tell them when to collect it. Again, we use the slot name wrapped in curly braces to customize the message with slot information:

- 物聯網檢驗檢測技術
- 走進物聯網
- Hands-On Full Stack Development with Spring Boot 2 and React(Second Edition)
- Go Web Scraping Quick Start Guide
- 互聯網基礎資源技術與應用發展態勢(2021—2023)
- Getting Started with Grunt:The JavaScript Task Runner
- 智慧光網絡:關鍵技術、應用實踐和未來演進
- Windows Server 2012 Hyper-V虛擬化管理實踐
- SAE原理與網絡規劃
- Hands-On Microservices with Node.js
- 中國互聯網發展報告2021
- Dart Cookbook
- Hands-On Docker for Microservices with Python
- 華為HCIA-Datacom認證指南
- NB-IoT原理和優化