简体   繁体   中英

How add 3rd party APIs to my Api.ai/Java ChatBot in Eclipse?

I have a ChatBot using mainly Api.ai platform, and to use 3rd party services ( Translation, weather etc... ) I need to add external APIs for them to work. How can i add those APIs in my Eclipse Project ?

To add JARs to your Eclipse project you have to add them to your build path. Follow the steps below

  1. Right click on project > Build Path > Configure Build Path

在此处输入图片说明

  1. Use Add JARS or Add External JARS to add the 3rd party libraries. Difference between the two options is that the first one only lets you select JARs inside project directory, whereas the second one allows you to select JARs in any directory.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM