Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

The Intent stage does a semantic comparison of a provided sentence against possible intents

(using TensorFlow or a Neural Network on the Python Bridge), if

the recognizer already has. If the confidence value is in the threshold, it will create a tag holding the intent.


This recognizer uses a frozen Universal Sentence Encoder TensorFlow model to encode (using sentence embedding vectors) a list of intents. Then tags sentences that match an intent given a specified threshold of accuracy with the intent from the list of possible intents.

Info

This is a plugin recognizer. Uses Intent Stage

Configuration

  • Parameter
    summaryIntent to find within the list of possible intents.
    defaultNone
    nameIntent

Adding an Intent

Click on the  button to open the "Add new " dialog


  • Parameter
    summaryIntent to add to the list of possible intents.
    defaultNone
    nameWrite intent here
  • Parameter
    summaryConfidence adjustment for this very intent.
    default1
    nameConfidence Adjustment
    typedouble


Recalculate Vectors

Click on the  button to refresh and recalculate all vectors.

General Settings

Include Page
Generic Recognizer Config
Generic Recognizer Config