0

I'm trying to write a chatbot in Android using the ibm watson. I installed the SDK, but I can't really find any proper documentation for the associated methods and functions. All I could find were tutorials regarding Conversation which belongs to the previous form of ibm cloud. Any links to tutorials or documentation would be much appreciated.

SaadAAkash
  • 3,065
  • 3
  • 19
  • 25
appledora
  • 81
  • 1
  • 9
  • Try this link & see if it helps: https://cloud.ibm.com/docs/tutorials?topic=solution-tutorials-android-watson-chatbot#build-a-voice-enabled-android-chatbot – SaadAAkash Jul 02 '19 at 19:52
  • And also this repo: https://github.com/IBM-Cloud/chatbot-watson-android – SaadAAkash Jul 02 '19 at 19:53

1 Answers1

0

You can find a lot of instructions in this link: https://developer.ibm.com/tutorials/use-watson-android-sdk-in-android-studio/

Also, there`s a API Reference in this link: https://cloud.ibm.com/apidocs/language-translator. Hereyou can check in the corner top right the language (for Android you can check for Java).

Fernando Barbosa
  • 321
  • 4
  • 20
  • 1
    to be honest, i checked out all of these in the first try but none of them could provide a very in depth documentation about the methods that may be used in android. Best i can do now is cloning their git and try to deduce it on the go. – appledora Jul 03 '19 at 13:38