다음을 통해 공유


DateTimeSpec(String, IEnumerable<String>) 생성자

정의

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

매개 변수

type
String

TIMEX 식의 형식입니다.

expressions
IEnumerable<String>

TIMEX 식입니다.

예외

type 가 null이거나 공백만 포함하거나 expressions 가 null입니다.

적용 대상