I think your current code is correct, but maybe there was an error in your previous code that caused the loop. Since the bot frame automatically saves state, you still stick to the old code.
facebook, "/deleteprofile" reset . , " " .
, ResumeAndPromptPlatformAsync context.Wait, context.Done, , .
: , context.Done(this);. .
public async Task ResumeAndPromptPlatformAsync(IDialogContext context, IAwaitable<bool> result)
{
await context.PostAsync("Input Received");
context.Done(this);
}