I am writing a bot that can receive messages from multiple chat platforms, and hence trying out UE using Skype first. But I am not able to proceed very far.
What I did till now:
a. Created a Skype Bot and got an App Id and password.
b. Created an UE App and got UE App Id, App Key and App Secret.
c. Added a Skype connector to my UE App.
d. Created a user using the user/create endpoint.
Now I want to connect the UE App with Skype.
Questions:
When creating my Skype connector, what should I use for App Key, App Secret? Should I use the Skype Bot App Id for App Key, and Skype Bot password as App Secret?
What exactly should be the body of the connection/add endpoint?
What should be the uri?
From the documentation it seems it should be something like:
"uri":"skype://access_token@skype.com?id=BotId","name":"skype"
Is this understanding correct? What should I put as the access_token?