1.3 Import skills to ODA server

This topic describes the steps to import skills to ODA server.

Follow the steps below to import the chatbot into Oracle Digital Assistant (ODA):

  1. In the FCISODA.war file in osdc path (ADAPTERS\ODA), provide the below details in channel.properties file.
    1. smsjndi
    2. source (ODA)
    3. ubsComp
    4. branch
    5. service (Example: fundBalanceService=http://<host>:<port>/FundBalanceService/)
  2. Deploy the fcisoda.war file as an application in the weblogic server.
  3. Deploy jax-rs-2.0.war as library in the weblogic server.
  4. Note down ODA service URL.
    Example: http://<host>:<port>/fcisoda/v1/fulfillment.
  5. In ODA, select Skills under Development menu and click Import Skill button.
    A new window pops up from where the FCISSkill zip file in osdc path (ADAPTERS\ODA), needs to be selected to import. Once the zip file is imported successfully, the chatbot shall be available in the skills list.
  6. In ODA skill, under component section, add new service by providing the service name and service type as External.
  7. Give the Metadata URL. Modify the Username and Password with weblogic credentials and click create.
    Then, a channel needs to be created and the imported skill needs to be mapped to that channel.