I am new to Watson Assistant and to BotKit. I was trying to create a chatbot and integrate it with Slack, but botkit needs a "conversation username" and "conversation password" to integrate with Watson Assistent. However I only have the Watson Assistant API, so how can I use it in botkit?
Asked
Active
Viewed 108 times
0
-
Please look at guide [how do I ask a good question?](https://stackoverflow.com/help/how-to-ask) – Andrzej Ziółek Jul 08 '18 at 23:39
-
Didn't that work? https://github.com/watson-developer-cloud/botkit-middleware – data_henrik Jul 09 '18 at 05:25
-
Watson Assistant is a new name of Watson Conversation. – Naktibalda Jul 11 '18 at 15:18
1 Answers
0
When you create your Watson Assistant service, you can go into it and select the credentials page.
There you can create a username/password for your botkit app.

Simon O'Doherty
- 9,259
- 3
- 26
- 54
-
-
-
yes I have, but I don't know how to write my username/password as a credential when I create a new one – Lucas Gonçalves Machado Jul 10 '18 at 11:25