You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ It is the Java implementation of this service.
5
5
It forwards sms received by your twilio number to watson bot to have a smart response back which is sent back as response sms from the twilio number.
6
6
It is a three layer solution: [TWILIO](https://twilio.com) + [this.Solution](https://github.com/pranavkapoorr/Twilio_Watson_SMS_Bot_Java/) + [IBM_Watson](https://www.ibm.com/watson/services/conversation-4/).
@@ -18,7 +18,8 @@ These instructions will get you a copy of the project up and running on your loc
18
18
```
19
19
* Go to [TWILIO Homepage](https://twilio.com) and register for free number.
20
20
* In settings for your phone number, put the webhook either post or get pointing at port 5000 of your system where you run this solution. It will pass the received message to this solution which will forward it to IBM WATSON CHATBOT.
21
-
* Copy the access tockens and paste it in [twilio class](https://github.com/pranavkapoorr/Twilio_Watson_SMS_Bot_Java/blob/master/src/main/java/sms/twilio.java) to make it work.
21
+
* Copy the access tockens and paste it in [twilio class]
22
+
(https://github.com/pranavkapoorr/Twilio_Watson_SMS_Bot_Java/blob/master/src/main/java/sms/twilio.java) to make it work.
0 commit comments