Providing Feedback
Providing Feedback Using the Session Annotation API
To provide feedback using the Session Annotation API, see our Session API documentation on how to add a label to a session. In order to create a feedback label the <code class="dcode">label_type</code> must be one of the user feedback label types:
- <code class="dcode">"suggestion"</code>
- <code class="dcode">"needs-improvement"</code>
- <code class="dcode">"report-an-error"</code>
For example, to create the <code class="dcode">Needs Improvement</code> label from the example above, the request would be as follows: