I was going through this MSDN documentation for Integration of Cosmos DB with our Azure Chat Bot. Here is the link: https://docs.microsoft.com/en-us/azure/bot-service/dotnet/bot-builder-dotnet-state-azure-cosmosdb?view=azure-bot-service-3.0
They have told to install the NuGet package called autofac.webapi2. But I am not getting the actual reason to use it in Azure Chat Bot. No documentation is provided for the same.
With its name autofac.webapi2 I guess it has WebApi features, but the Bot Framework is in .Net Core.
If any one could tell what is it for would be a great help to me.
Thanks.