I've created a bot in .NET using the Azure Bot Framework and I've tested successfully in the emulator.
I want to create a local .net console application that can listen to my bot conversations using the Direct Line API and perform simple tasks as well as respond in the conversation.
I can't find a complete example of how to begin poling the message endpoint to listen for messages and then respond. I've scoured the original Azure documentation and I can't find anything.
Am I misunderstanding the capabilities of the Direct Line API? Can someone please provide some very simple sample code that begins listening for conversation activity, and then handles activity when detected?