EntityMatchMode Enum

Definition

Used to define the match mode of an entity used for intent recognition. Currently this only affects List entities as all other entities only have one mode.

public enum EntityMatchMode
type EntityMatchMode = 
Public Enum EntityMatchMode
Inheritance
EntityMatchMode

Fields

Basic 0

This is the basic or default mode of matching based on the EntityType.

Fuzzy 2

This will match text within the slot the entity is in, but not require anything from that text.

Strict 1

This will match only exact matches within the entities phrases.

Applies to