Omnitive Converse
v3.1.0
v3.1.0
  • Omnitive Converse
  • Getting Started
    • Accessing Converse
    • Terminology
  • Admin Essentials
    • Libraries and Intent Management
    • Intent & Content Building
      • Create an Intent
      • Editing an Intent
      • Change an Intent's Status
      • Conversation Context
      • Admin Chat Info Panel
    • Teaching Your Bot
    • Improving Your Bot with Unhandled Phrases
    • Chat Analytics
    • Common Space
    • Bot Management
    • User & Roles Management
    • Multilingual Bots
  • Admin Advanced
    • Building Transactional Flows
    • Collecting User Inputs using Slot Filling
    • Ontology Management
    • Data Integrations
Powered by GitBook
On this page
  • Toggle the Info Panel
  • Usage Scenarios

Was this helpful?

  1. Admin Essentials
  2. Intent & Content Building

Admin Chat Info Panel

PreviousConversation ContextNextTeaching Your Bot

Last updated 4 years ago

Was this helpful?

When creating Guided Flows it is often useful to see the data stored in the . To do so, you can use the Admin Chat Info Panel feature.

Toggle the Info Panel

Click on the "..." menu button on the top-left of the Admin Chat header, and then click on the "Show Info Panel" item. You can use the same menu item to hide the Info Panel.

Usage Scenarios

Scenario

Example

Inspect Data Collected from User

In this scenario, the first State asks the Chat User "What city would you like to go to?", and also has the Data Collection block activated to collect the user's reply in the city variable.

After the Chat User replies with "Bali", this value is stored in the Conversation Context in the city variable

Inspect Inputs and Outputs

When executing external services via Service Action, it is useful to see what is being sent to the Service as Inputs and what is being returned in the response as Data and or Display

Inspect Service Action Errors

As errors can occur in Service calls, Service Action provides error handling capabilities.

If an error occurred, you will see the Error Code and Message on the Info Panel.

Conversation Context
Service Action