EntityType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to define the type of entity used for intent recognition.
public enum EntityType
type EntityType =
Public Enum EntityType
- Inheritance
-
EntityType
Fields
Name | Value | Description |
---|---|---|
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET