NLP Processing Action
Last updated
Last updated
This operation will trigger when a specific NLP statement is detected with a given confidence. This operation is global and can be activated anywhere during the conversation.
The action uses the following settings:
Intents that have an active automatic redirection or reply will not be listed in the Intents list in this action. These intents have their own automatic trigger and cannot be used inside the chatbot builder.
If multiple intents are selected, only the best one will be checked against the given confidence.
NLP Detected. This action will trigger any child operation as soon as the user input is matching the selected intent with at least the specified confidence.
This action produces the following variables after being triggered:
Every entity specified in the detected expression will be translated to a runtime variable named after the entity name.
Channel specific availability follows the table below:
This action can be used only at Bot Global level or Behavior level.
Variable
Description
last_detected_intent
The full name of the detected intent.
detected_locale
The locale of the detected intent.
last_entity
The full list of all entities values separated by a semicolon
Channel
Availability
Fully Available.
Fully Available.
Telegram
Fully Available.
Web
Fully Available.
Alexa
Not Available. Out of AI Detection is not supported inside skills.
Google Assistant
Fully Available.
Slack
Fully Available.
API
Fully Available.
Setting
Description
Intent
The local or global NLP intents that you want to detect
Confidence
The minimum confidence required to trigger this action
Append Entities
If enabled entities detected by this intent will be appended to existing entity variables. If disabled, entities values will override the current variable values.
React to Page Comments
Enable or Disable real-time Facebook post integration.
Specific Post Id
Contains the full Facebook post id to be watched. If left empty, the trigger will fire for any post on your page.