I am using Microsoft Bot Builder .NET SDK for receiving an attachment through Emulator for now
问题 I am using Bot builder SDK for .NET by Microsoft for my project and i want to receive an attachment from Emulator and proceed with the flow. I am getting issue when i attach any file from emulator i am not getting content of the file uploaded and Content URL is also some localhost URL which i am not able to proceed. Code: public virtual async Task MessageReceivedAsync(IDialogContext context, IAwaitable<IMessageActivity> result) { var message = await result; var reply = context.MakeMessage();