API Reference
Feedback
Create and Update methods for Feedback
Create a feedback
thread_id
uuid
requiredThread id in string format
step_id
uuid
Step id in string format
value
int
Value in integer format, 1 for positive feedback and 0 for negative feedback
comment
str
Comment in string format
strategy
string
Return type
feedback
Feedback
Return a Feedback
Update a feedback
id
uuid
requiredId in string format
update_params
dict
Dict containing same parameters as create_feedback
Return type
feedback
Feedback
Return a Feedback
Was this page helpful?