Activechat Manual
  • What is Activechat?
  • New? Start here
    • The basics
    • Set up your first project
    • Install the chat widget
    • Upload the knowledge
    • Explore the CRM
    • AI-assisted live chat
      • How to set context for AI hints
    • Live chat mobile app
    • Build your first automation
  • Conversational AI
    • For Customer Service Teams
    • For Product Managers
    • For Innovation Teams
    • For Marketers
    • For e-commerce
    • For developers
  • Help Guides
    • Setting up your team
    • Managing conversations
      • Customer attributes
      • User tags and segments
      • Searching for specific users
      • Agent tags (live chat groups and queues)
      • Triggering live chat sessions from the bot
      • Notifications with the TRIGGER block
    • Managing knowledge
      • Uploading business data
      • Question answering and live chat hints
      • Fine-tuning the large language model
    • Natural language automation
    • Building automations visually
      • Customizing your welcome message
      • Adding new skills
      • Navigating skills
      • Copying skills and blocks
      • Handling errors
    • Improving your virtual agent
    • Using live chat AI hints
    • Customizing automatic website page messages
    • Tracking website actions
    • Facebook Ads automation
      • How to set up a Facebook ads bot
      • How to use buttons and quick replies in a Facebook ads chatbot
    • Lead generation
    • Zapier integrations
    • Customizing your project
      • How to customize the chat widget
      • How to customize the Facebook chat widget
      • How to change bot settings
    • Pricing guide
  • Fundamentals
    • Terminology
      • Intents and entities
      • Contexts
      • Skills and events
        • Built-in system skills
          • /start
          • /default
          • /_default_fallback
          • /_start_live_chat
          • /_page_visit
          • /_error
      • Conversation elements
        • Messages
        • Buttons
        • Quick replies
        • Galleries / carousels
    • Messaging channels
      • Website chat widget
        • Installation
        • Customization
        • Voice input
      • Chat widget landing page
      • Facebook Messenger
        • Connect your page
        • 24 hour rule
        • Message tags
        • Persistent menu
      • Telegram
      • Email
      • Twilio SMS automation
    • Intents and bot skills
    • Conversation insights
    • Grow tools
      • Landing pages
      • Messenger links and QR codes
    • Broadcasting
  • Visual builder reference
    • Sending messages
      • TEXT
      • LISTEN
      • IMAGE
      • MEDIA
      • GALLERY
      • FILE
      • EMAIL
      • SMS
      • LEAD
    • Triggering events
      • SEND
      • CATCH
      • TRIGGER
      • LIVE CHAT
    • Manipulating data
      • DATA
      • ADD TAG
      • REMOVE TAG
      • JSON
      • STATUS
      • VALIDATION
    • Conditional logic
      • SWITCH
    • Timers and delays
      • TIMER
      • WAITFOR
      • WAITUNTIL
    • E-commerce blocks
      • CATEGORY
      • PRODUCT
      • VARIATIONS
      • SIMILAR
      • UPSELLS
      • CROSSSELS
      • Shopping carts
        • ADD TO CART
        • UPDATE CART
        • SHOW CART
        • CLEAR CART
        • CREATE ORDER
    • Natural Language
      • NLP
    • System attributes
    • System events
  • Integrations
    • Google services
      • Connect your Google account
      • Google Sheets
        • Searching and updating Google Sheets data
        • Building galleries with Google Sheets data
      • Google Calendar
        • Searching for events
        • Creating and updating events
    • Shopify
    • WooCommerce
    • Dialogflow
      • Building an agent
      • Using entities
      • Slot filling
      • Context management
      • E-commerce NLP
Powered by GitBook
On this page
  • How to use AI text responses in bot skills
  • How to use AI generated hints for the live chat

Was this helpful?

  1. Help Guides
  2. Managing knowledge

Question answering and live chat hints

PreviousUploading business dataNextFine-tuning the large language model

Last updated 2 years ago

Was this helpful?

By default, every new project that you create will be using 100% automated responses extracted from the business knowledge that you provided. This is done in by using a specific JSON endpoint to generate these responses.

If you do not want to use the automated question answering feature, choose "None" in the "AI engine" part of the general settings for your project. This will disable the model responses, and prioritize the natural language understanding engine instead.

How to use AI text responses in bot skills

  • $_ai_response_score - the response score (from 0 to 1), showing how confident the model is in this response. Responses scored below 0.35 should be treated with care, since they may be unrelevant.

  • $_ai_response_link - a link to a web page or document that was used to generate this response. You can use this to display a "More info" button, for example, to take your users to a specific part of your website.

Here's a simple example from the "default" skill that shows how these values can be used:

How to use AI generated hints for the live chat

When you have AI engine enabled in your bot settings ("Settings - General", shown above), pulling the "show AI hints" tab in the live chat will open a tab where AI-generated text will be shown for every message sent by the customer.

If you want to build your own question answering logic, you can pull automated responses by the and use them in your . Each response will populate your with three substantial values:

$_ai_response_text - the actual response generated by the AI. You can display this text in any .

JSON block
skill
bot attributes
TEXT block
Read more about AI hints for live chat here
the "default" skill
Choosing the AI engine in bot settings
Standard "default" skill using the AI generated responses