Quiz 3 - Integrating Assistant and Discovery Flashcards

1
Q

When integrating Watson Assistant and Watson Discovery, it is handy to use IBM Cloud Functions as an intermediary.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Question 2

Integration between various Watson services is possible thanks to APIs.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of these values are required to successfully query a Discovery collection through its API?

A

ENVIRONMENT_ID
The Discovery username (e.g., apikey)
COLLECTION_ID
The Discovery password (e.g., the actual API KEY)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Specifying “result_variable”: “context.courses” in the JSON editor for a node calling an IBM Function, will place the result of the function in which variable?

A

In the $courses context variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

At some point, in the lab, we use $courses.courses.get(0).name ?> in the response of a node that calls an IBM Function. This fragment of code will display the name of the first course returned by the query.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly