My requirement:
My requirement is to develop a chat bot using IBM WATSON but i am not able to understand how can i run python programs from client end (not in IBM CLOUD) and i have to take all the parameters bot collected for a particular API call and pass all these values to python programs that are running on client end and collect response from programs and populate it through bot.
The above is my requirement and following are the questions i have:
1) How can i run python programs in client end and what are the necessary steps required (They does not want to run their API calls in IBM cloud due to data privacy )
2) How can i pass parameters i collected from BOT to programs running on client machine.
3) How can i populate response collected from client end through bot .
4) what are the changes i have to made in IBM WATSON to achieve all the above.
Any suggestions are welcome.