Skip to content

Commit

Permalink
Revert OnEventActivityAsync crefs
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalizationBuildProcess committed Aug 14, 2019
1 parent e965920 commit d81147a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/Microsoft.Bot.Builder/ActivityHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ protected virtual Task OnEventActivityAsync(ITurnContext<IEventActivity> turnCon

/// <summary>
/// Invoked when a <c>tokens/response</c> event is received when the base behavior of
/// <see cref="OnEventActivityAsync(ITurnContext{IEventActivity}, CancellationToken)"/> is used.
/// <see cref="OnEventActivityAsync(ITurnContext{IConversationUpdateActivity} , CancellationToken)"/> is used.
/// If using an <c>OAuthPrompt</c>, override this method to forward this <see cref="Activity"/> to the current dialog.
/// By default, this method does nothing.
/// </summary>
Expand All @@ -233,7 +233,7 @@ protected virtual Task OnTokenResponseEventAsync(ITurnContext<IEventActivity> tu

/// <summary>
/// Invoked when an event other than <c>tokens/response</c> is received when the base behavior of
/// <see cref="OnEventActivityAsync(ITurnContext{IEventActivity}, CancellationToken)"/> is used.
/// <see cref="OnEventActivityAsync(ITurnContext{IConversationUpdateActivity}, CancellationToken)"/> is used.
/// This method could optionally be overridden if the bot is meant to handle miscellaneous events.
/// By default, this method does nothing.
/// </summary>
Expand Down

0 comments on commit d81147a

Please sign in to comment.