Chatbots Development with Amazon Lex - Visual Builder

Chatbots Development with Amazon Lex - Visual Builder

Assessment

Interactive Video

Created by

Quizizz Content

Information Technology (IT), Architecture, Business

University

Hard

The video tutorial explains the conversation flow of a hotel booking bot, detailing how user inputs are processed through various slots and intents. It introduces the Visual Builder tool for designing conversations and discusses slot management, intent handling, and error management. The tutorial concludes with an introduction to integrating with Lambda for further functionality.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first question the bot asks after greeting the user?

How many nights will you be staying?

What city will you be staying in?

What type of room do you prefer?

What day do you want to check in?

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the Visual Builder, what happens if a slot is not successfully filled?

The bot proceeds to the next slot.

The bot asks a different question.

The bot ends the conversation.

The bot returns to the fallback intent.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the possible responses when the bot asks to confirm the booking?

Yes, Maybe, or No

Yes, No, or Cancel

Yes, No, or Error

Yes, Retry, or No

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tool is used to visually represent the conversation flow?

Conversation Designer

Flow Chart

Visual Builder

Lambda

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the next step after introducing the Visual Builder?

Reviewing the test function

Discussing the conversation flow

Connecting to Lambda

Explaining the fallback intent