Język

DateTimeSpec(String, IEnumerable<String>) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy DateTimeSpec.

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))

Parametry

type
String

Typ wyrażenia TIMEX.

expressions
IEnumerable<String>

Wyrażenie TIMEX.

Wyjątki

type jest null, zawiera tylko białą przestrzeń, albo expressions jest null.

Dotyczy