Chatbots Development with Amazon Lex - Responses with Boto

Chatbots Development with Amazon Lex - Responses with Boto

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains how to manage session states and dialogue actions in a chatbot, focusing on creating responses and handling user inputs. It provides a detailed example of a hotel booking process, demonstrating how to elicit slots and confirm reservations. The tutorial concludes with finalizing actions and discusses the potential for continuous chatbot operation using user input variables.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in the session state when booking a hotel?

Close session

Confirm reservation

Elicit slot

Book hotel

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which action type involves determining the next slot to run?

Elicit slot

Close session

Book hotel

Confirm reservation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What information is typically filled in the 'location' slot?

Number of nights

Check-in date

Type of room

City of stay

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the next action after providing the check-in date?

Elicit slot for number of nights

Confirm reservation

Close session

Elicit slot for type of room

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the chatbot finalize the interaction after all slots are filled?

Elicit more slots

Close session

Confirm reservation

Restart session

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the final action taken by the chatbot in the session?

Close session

Confirm reservation

Book hotel

Elicit slot

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can be done to make the chatbot run repeatedly with user input?

Change the session state

Restart the session

Use a different chatbot

Use a user input variable