{% extends 'base.html' %} {% block content %}
| Message | Predicted Intent | Confidence |
|---|---|---|
| {{ prediction.message.content }} | {{ prediction.intent.name }} | {{ prediction.confidence_score|floatformat:2 }} |
No intent predictions available for this conversation.
{% endif %} Back to Conversation {% endblock %}