Chatbots Development with Amazon Lex - Build and Test

Chatbots Development with Amazon Lex - Build and Test

Assessment

Interactive Video

Information Technology (IT), Architecture, Business

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides viewers through setting up a chatbot, including configuring initial and confirmation messages, testing the bot, and handling errors. It provides a detailed example of interacting with the bot to book a hotel, demonstrating slot fulfillment and error handling. The tutorial concludes with a brief overview of the next steps in chatbot development, including the integration of Lambda functions.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of adding an initial message to a chatbot?

To guide the user interaction

To reduce the bot's functionality

To confuse the user

To increase the bot's complexity

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do if the chatbot gives an error related to the fulfillment function?

Contact technical support

Deactivate the fulfillment function

Ignore the error

Restart the computer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which button is used to test the chatbot's responses?

Build

Execute

Test

Run

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What information does the chatbot ask for when booking a hotel?

User's age

City, nights, check-in date, and room type

User's email

User's phone number

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the chatbot confirm the booking details?

By sending a text message

By calling the user

By asking for a confirmation

By sending an email

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can be done if the chatbot's configuration needs to be changed?

Contact customer support

Delete the bot

Rebuild the entire bot

Modify the slots or messages

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the next step after testing the chatbot?

Ignore the results

Delete the bot

Move on to Lambda function development

Deploy the bot