need help on designing the page where the components are stacked as we ask question
Summary:
Hi Experts
I have a requirement to build a page in Oracle Visual Builder similar to the chat-GPT like where user can ask the question and see the response above
- If user asks fetch all the suppliers from Fusion, VB will make call to REST API and show table
- If user asks recommend the position for a employee, it must show list of promotion profiles grades available like a List
- If user ask create the position, then we must see a paragraph generated from the AI REST API html basically
all must stack up question and then answer, and depending on the rest api we must show the tables, or list component or a paragraph.
0