Delen via


DateTimeSpec(String, IEnumerable<String>) Constructor

Definitie

Initialiseert een nieuw exemplaar van de DateTimeSpec klasse.

public DateTimeSpec(string type, System.Collections.Generic.IEnumerable<string> expressions);
new Microsoft.Bot.Builder.AI.Luis.DateTimeSpec : string * seq<string> -> Microsoft.Bot.Builder.AI.Luis.DateTimeSpec
Public Sub New (type As String, expressions As IEnumerable(Of String))

Parameters

type
String

Het type TIMEX-expressie.

expressions
IEnumerable<String>

De TIMEX-expressie.

Uitzonderingen

type is null of bevat alleen witruimte, of expressions is null.

Van toepassing op