diff --git a/articles/dotnet/bot-builder-dotnet-dialogs.md b/articles/dotnet/bot-builder-dotnet-dialogs.md index 27eebf7b2..aace3432a 100644 --- a/articles/dotnet/bot-builder-dotnet-dialogs.md +++ b/articles/dotnet/bot-builder-dotnet-dialogs.md @@ -48,7 +48,7 @@ Next, add this `EchoDialog` class to **MessagesController.cs** to represent the [!code-csharp[EchoDialog class](../includes/code/dotnet-dialogs.cs#echobot1)] -Then, wire the `EchoDialog` class to the `Post` method by calling the `Conversation.SendAsync` method. +Then, from the `MessagesController` class `Post` method, wire the `EchoDialog` class by calling the `Conversation.SendAsync` method. [!code-csharp[Post method](../includes/code/dotnet-dialogs.cs#echobot2)] @@ -223,4 +223,4 @@ If `Chain.Switch` returns a nested `IDialog>`, then the inner ` [autofac]: https://docs.microsoft.com/en-us/dotnet/api/microsoft.bot.builder.autofac.base?view=botbuilder-3.8 -[chain]: https://docs.microsoft.com/en-us/dotnet/api/microsoft.bot.builder.dialogs.chain?view=botbuilder-3.8 \ No newline at end of file +[chain]: https://docs.microsoft.com/en-us/dotnet/api/microsoft.bot.builder.dialogs.chain?view=botbuilder-3.8