From eb4cad3d50cc1d97be0e5b1b64f1901ee5972e82 Mon Sep 17 00:00:00 2001 From: Joel Mut Date: Mon, 25 Nov 2024 10:06:58 -0300 Subject: [PATCH] Add missing doc --- libraries/Microsoft.Bot.Schema/Teams/FeedbackResponse.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/Microsoft.Bot.Schema/Teams/FeedbackResponse.cs b/libraries/Microsoft.Bot.Schema/Teams/FeedbackResponse.cs index aff3262658..196d87ce6b 100644 --- a/libraries/Microsoft.Bot.Schema/Teams/FeedbackResponse.cs +++ b/libraries/Microsoft.Bot.Schema/Teams/FeedbackResponse.cs @@ -21,9 +21,9 @@ public FeedbackResponse() /// /// Initializes a new instance of the class. /// - /// Unique identifier representing a team. - /// Unique identifier representing a team2. - /// Unique identifier representing a team3. + /// The name of the action. + /// The value of the action. + /// The ID of the message to which this message is a reply. public FeedbackResponse(string actionName = default, FeedbackResponseActionValue actionValue = default, string replyToId = default) { ActionName = actionName;