Aracılığıyla paylaş


EntityType Enum

Definition

Used to define the type of entity used for intent recognition.

public enum EntityType
type EntityType = 
Public Enum EntityType
Inheritance
EntityType

Fields

Any 0

This will match any text that fills the slot.

List 1

This will match text that is contained within the list or any text if the mode is set to EntityMatchMode.Fuzzy.

PrebuiltInteger 2

This will match cardinal and ordinal integers.

Applies to