Skip to content

Commit

Permalink
Add missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Nov 25, 2024
1 parent 78a17be commit eb4cad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/Microsoft.Bot.Schema/Teams/FeedbackResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ public FeedbackResponse()
/// <summary>
/// Initializes a new instance of the <see cref="FeedbackResponse"/> class.
/// </summary>
/// <param name="actionName">Unique identifier representing a team.</param>
/// <param name="actionValue">Unique identifier representing a team2.</param>
/// <param name="replyToId">Unique identifier representing a team3.</param>
/// <param name="actionName">The name of the action.</param>
/// <param name="actionValue">The value of the action.</param>
/// <param name="replyToId">The ID of the message to which this message is a reply.</param>
public FeedbackResponse(string actionName = default, FeedbackResponseActionValue actionValue = default, string replyToId = default)
{
ActionName = actionName;
Expand Down

0 comments on commit eb4cad3

Please sign in to comment.