Share via


FeedbackLoopData interface

Data returned when feedback has been enabled and a messages thumbs-up or thumbs-down button is clicked.

Properties

actionName

The name of the action, which is always 'feedback' for feedback loop data.

actionValue

The value of the action, which contains the reaction and feedback provided by the user.

replyToId

The activity ID that the feedback was provided on.

Property Details

actionName

The name of the action, which is always 'feedback' for feedback loop data.

actionName: "feedback"

Property Value

"feedback"

actionValue

The value of the action, which contains the reaction and feedback provided by the user.

actionValue: { feedback: string | Record<string, any>, reaction: "like" | "dislike" }

Property Value

{ feedback: string | Record<string, any>, reaction: "like" | "dislike" }

replyToId

The activity ID that the feedback was provided on.

replyToId: string

Property Value

string