How to pass logged in user - PersonID from Fusion session to Oracle digital assistant
Summary:
Hi,
We are trying to create a custom skill in Oracle digital assistant where we will create a Custom dialog flow with REST API call. The REST API should bring all the expenses of the logged person. However we are not sure on how to pass personID of the user as a query parameter to REST API call without asking the user in conversation.
Content (please ensure you mask any confidential information):
Hi,
We are trying to use oracle digital assistant where it needs to update an expense report for an user by fetching the data with the help of few Fusion REST APIs. however the first step in this requirement is to fetch the expense reports of the particular user who has logged in. We are stuck on how to pass the personID value from fusion session to Oracle Digital assistant REST API as query parameter.