Skip to content

Monitor

View conversation logs in real-time.

With Inconvo you can easily monitor your users’ conversations with your agents.

Conversations

Every conversation created through the API will be visible in the conversations table.

Conversations containing answers with feedback are given a feedback rating of Positive, Mixed or Negative.

Feeback Rating Ranges:

  • Positive: averageFeedback >= 0.6 (60% or higher)
  • Negative: averageFeedback <= 0.3 (30% or lower)
  • Mixed: 0.3 < averageFeedback < 0.6 (between 30% and 60%)

Examples:

  • Conversation with all positive feedback: avg = 1.0Positive
  • Conversation with all negative feedback: avg = 0.0Negative
  • Conversation with 2 positive, 1 negative: avg = (1+1+0)/3 = 0.67Positive
  • Conversation with 1 positive, 1 negative: avg = (1+0)/2 = 0.5Mixed

Conversations can be filtered by feedback type:

  • Negative Feedback: Shows conversations containing at least one answer with negative feedback.
  • Positive Feedback: Shows conversations containing at least one answer with positive feedback.

Clicking on row within the conversations table allows you to view the details of a particular conversation.

Conversation Details

Click the trace button on any response to view the steps your agent took to generate it.

Response Trace