Configuring REST Component and Handling API Response in Oracle Digital Assistant
Hello Community,
I am calling a REST API in Oracle Digital Assistant (ODA) and need help configuring the query parameter and handling the API response properly.
Business case: I want the digital assistant to access the API (e.g., the Workers REST API) and retrieve information about a worker.
So far, I have created a REST component for the Workers endpoint, which requires a query parameter q=personNumber
to fetch worker details using their person number.
In the dialog flow, when adding the "Call REST API" state, what parameters should I pass?
I found examples like ${personnumber.value.originalString}
, but I don’t fully understand what it refers to.
Tagged:
0