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 the recognizer already has. If the confidence value is in the threshold, it will create a tag holding the intent.


Info

This

recognizer uses a

is a plugin recognizer. Uses Intent Stage


This recognizer can be used with 2 models:

  1. A frozen Universal Sentence Encoder TensorFlow model.
  2. Any of the models that create embeddings that are available in the Python Bridge.


Both the intents stored in the recognizer as the query entered by the user are encoded 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

and then compared.  The intent recognizer will chose the intent that best matches the query.

Configuration

Using Tensor flow:

Image Added


Using Python Bridge:

Image Added

Configuration

Image Removed



  • 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

Image RemovedImage Added


  • 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


After adding the intent, it is listed in the table:

Image Added



Recalculate Vectors

Click on the  button to refresh and recalculate all vectors.

General Settings

Include Page
Generic Recognizer Config
Generic Recognizer Config