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, reaction: string }
Property Value
{ feedback: string, reaction: string }
replyToId
The activity ID that the feedback was provided on.
replyToId: string
Property Value
string