🌍 All Study Guides📊 Dashboard📰 Blog💡 About
IBM Applied AI to IBM AI Developer Professional Certificate • STUDY MODE

PRACTICE QUIZ

QUESTION 1 OF 7

Once set, context variables can be accessed for the duration of the conversation with a given user.

A
TrueCorrect Answer
B
False
Explanation:

Unlike intents and entities which are specific to a particular input, context variables are available for the duration of the conversation with the user.

QUESTION 2 OF 7

Slots allow us to collect information from the user and store it in context variables.

A
TrueCorrect Answer
B
False
Explanation:

Slots allow us to collect information from the user and store it in context variables.

QUESTION 3 OF 7

Slots with no question defined are optional and will only set the context variable if the condition (e.g., @location) is detected.

A
TrueCorrect Answer
B
False
Explanation:

Slots with no question defined are optional and will only set the context variable if the condition (e.g., @location) is detected.

QUESTION 4 OF 7

A node can only have one slot and therefore cannot assign more than one context variable.

A
True
B
FalseCorrect Answer
Explanation:

Nodes can have multiples slots. For example, a reservation node might collect the party size, name, date, and time, ending up with 4 slots.

QUESTION 5 OF 7

In general, a required slot will only ask its question to the user once, even if the user replies with irrelevant information.

A
True
B
FalseCorrect Answer
Explanation:

By default, required slots don't give up asking their question until the user provides an acceptable answer.

QUESTION 6 OF 7

We can assign an entity value dected in the user input to a context variable to refer to it later in the conversation. That's right.

A
TrueCorrect Answer
B
False
QUESTION 7 OF 7

A node can only have one slot. Yes! A node can indeed have multiple slots. Quite useful in practice.

A
True
B
FalseCorrect Answer

Ready to test your recall?

Once set, context variables can be accessed for the duration of the conversation with a given user.

A
True
B
False

How confident are you in this answer?