简体   繁体   中英

Watson Conversation Service API call

I am trying to do a conversational bot using Conversation Service of IBM Watson. The intent, entity, dialog is ready and is in place. Can anyone provide me the code on how to deploy this application in Android Studio? I plan to use STT and TTS service in the application later as well, but to begin with I want to try conversation service first.Thanks in advance.

Issue after adding Conversation service to this Conversation Service does not even come at the drop down. Please help. 在此处输入图片说明

The Conversation readme for the Watson Developer Cloud Java SDK might be helpful. It includes installation instructions for Maven and Gradle, and an example of sending a message to the Conversation service.

As your development progresses towards using the Speech to Text and Text to Speech services, you might be interested in using the Watson Developer Cloud Android SDK as well. The Android SDK is designed to be used in conjunction with the Java SDK, but provides easier access to Android-specific components like the microphone, speakers, and camera. You might find it useful to refer to this example project in the Android SDK repository that uses Speech to Text and Text to Speech.

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