Webex Bot integration in .netcore

218 Views Asked by At

I am new to the Bot framework, I am trying to integrate WebEx Bot with my .NET core application. can anyone give sample code for integrating the WebEx Bot. Suggest any forum to check

I created sample Bot which is on the Bot framework template and I have modified some changes and works as expected. Now i want to integrate webex bot. Could anyone help me on this

1

There are 1 best solutions below

0
On

There is a BotBuilder-Community dotnet sample, called Webex Adapter Sample, you can reference that demonstrates integrating the two together. The sample is based off of the BotBuilder-Community dotnet library located here.