Partager via


IEntityToType.TryMapToTimeSpan Méthode

Définition

Essayez de mapper des instances LUIS EntityRecommendation à un TimeSpan, par rapport à maintenant.

public bool TryMapToTimeSpan (DateTime now, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Luis.Models.EntityRecommendation> entities, out TimeSpan span);
abstract member TryMapToTimeSpan : DateTime * seq<Microsoft.Bot.Builder.Luis.Models.EntityRecommendation> * TimeSpan -> bool
Public Function TryMapToTimeSpan (now As DateTime, entities As IEnumerable(Of EntityRecommendation), ByRef span As TimeSpan) As Boolean

Paramètres

now
DateTime

Le référence DateTimemaintenant .

entities
IEnumerable<EntityRecommendation>

Liste des instances éventuellement pertinentes EntityRecommendation .

span
TimeSpan

Sortie TimeSpan.

Retours

True si le mappage a peut-être réussi, false dans le cas contraire.

S’applique à