Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions articles/dotnet/bot-builder-dotnet-dialogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down Expand Up @@ -223,4 +223,4 @@ If `Chain.Switch<T, R>` returns a nested `IDialog<IDialog<T>>`, 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
[chain]: https://docs.microsoft.com/en-us/dotnet/api/microsoft.bot.builder.dialogs.chain?view=botbuilder-3.8