Quiz 3 - Integrating Assistant and Discovery Flashcards
When integrating Watson Assistant and Watson Discovery, it is handy to use IBM Cloud Functions as an intermediary.
True
Question 2
Integration between various Watson services is possible thanks to APIs.
True
Which of these values are required to successfully query a Discovery collection through its API?
ENVIRONMENT_ID
The Discovery username (e.g., apikey)
COLLECTION_ID
The Discovery password (e.g., the actual API KEY)
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?
In the $courses context variable
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.
True