feedback
method on the Zentry client.
feedback
parameter can be one of the following values:
POSITIVE
: The memory is useful.NEGATIVE
: The memory is not useful.VERY_NEGATIVE
: The memory is not useful at all.feedback
method takes the following parameters:
memory_id
: The ID of the memory to give feedback on.feedback
: The feedback to give on the memory. (Optional)feedback_reason
: The reason for the feedback. (Optional)feedback_reason
parameter is optional and can be used to provide a reason for the feedback.
None
or null
to the feedback
and feedback_reason
parameters to remove the feedback for a memory.