I have a bot built on BotFramework 3.5 and hosted on Azure as a WebApp. I didn\'t face any problems with implementation of scenarios where the bot needs to respond to user\'
Try creating a new conversation like this:
var conversationId = await connector.Conversations.CreateDirectConversationAsync(botAccount, userAccount);