Partager via


IEntityToType.TryMapToDateRanges Méthode

Définition

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

now
DateTime

Le référence DateTimemaintenant .

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.

S’applique à