FeedbackLoopData interface
Data returned when the thumbsup or thumbsdown button is clicked and response sent when enable_feedback_loop is set to true in the AI Module.
Properties
action |
|
action |
|
reply |
The activity ID that the feedback was provided on. |
Property Details
actionName
actionName: "feedback"
Property Value
"feedback"
actionValue
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