IEntityToType.TryMapToDateRanges Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Essayez de mapper des instances LUIS EntityRecommendation à une liste de DateTime plages, par rapport à maintenant.
public bool TryMapToDateRanges (DateTime now, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Luis.Models.EntityRecommendation> entities, out System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Internals.Fibers.Range<DateTime>> ranges);
abstract member TryMapToDateRanges : DateTime * seq<Microsoft.Bot.Builder.Luis.Models.EntityRecommendation> * seq -> bool
Public Function TryMapToDateRanges (now As DateTime, entities As IEnumerable(Of EntityRecommendation), ByRef ranges As IEnumerable(Of Range(Of DateTime))) As Boolean
Paramètres
- entities
- IEnumerable<EntityRecommendation>
Liste des instances éventuellement pertinentes EntityRecommendation .
- ranges
- IEnumerable<Range<DateTime>>
Plages de sortie DateTime .
Retours
True si le mappage a peut-être réussi, false dans le cas contraire.