Udostępnij za pośrednictwem


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 ma wartość null lub zawiera tylko białe znaki lub expressions ma wartość null.

Dotyczy