Skip to main content

Posts

Showing posts with the label digital assistant

ChatGpt X Oracle Digital Assistant Integration

  Introduction In this article I will be explaining about integrating the ChatGpt with Oracle Digital Assistant. NOTE : This is not a suggestion to have ChatGPT in your ODA, this article is just to showcase the flexibility of the ODA to easily integrate with anything. Main article ChatGPT ChatGPT is an AI language model developed by OpenAI, capable of processing natural language input from users and generating coherent and relevant responses. It has been trained on an enormous corpus of text data using unsupervised learning, allowing it to generate responses that are not just grammatically correct, but also contextually appropriate and engaging. ChatGPT is particularly useful in scenarios where there is a need for rapid and accurate responses to user queries, such as in customer service or personal assistants. However, it may struggle to generate appropriate responses in certain situations and may not be suitable for scenarios requiring a high degree of personalization or cus

Trigger PCS Application from Digital Assistant/Chatbot

Introduction In this article I will be explaining about triggering the PCS application from the chatbot. Main article Many of us might have known about triggering the PCS integrations from the OICS or VBCS. Have you ever done it from chatbots? Let’s build a dummy process application in first place which we want to trigger from the chatbot. The main purpose of this would be to notify the user over the mail with the details that he had filled in the form. In this case I have created a message-based process and named it as chatbot. Create a basic form with two fields UserID and IntegrationName. Now create a new message-based process: For the message action at the begin providing the details as below: Select the form in the User Task (Submit) action: Now Follow the below steps to get the integration configured in chatbot environment: 1.        Go to the settings section and select API services. Provide the details as below : Once done go to the authentication section and

Trigger OIC from Digital Assistant/Chatbot

  Introduction In this article I will be explaining about triggering the OICS integration from the chatbot. Main article Many of us might have known about triggering the OICS integrations from the VBCS or PCS. Have you ever done it from chatbots? Let’s build a dummy integration in first place which we want to trigger from the chatbot. The main purpose of this would be to notify the user saying that the integration got triggered from the chatbot. Now Follow the below steps to get the integration configured in chatbot environment: 1.        Go to the settings section and select API services Provide the details as below : Once done go to the authentication section and select basic authentication from the drop-down list: Provide your OIC credentials. No in the methods section, provide the input payload for the integration call. Click on test the request and save the response: In this case it would be blank as the integration type is asynchronous (no feedback). Now please refe