Sdílet prostřednictvím


SubClosedListResponse Constructors

Definition

Overloads

SubClosedListResponse()
SubClosedListResponse(String, IList<String>, Int32)

SubClosedListResponse()

Source:
SubClosedListResponse.cs
Source:
SubClosedListResponse.cs
public SubClosedListResponse ();
Public Sub New ()

Applies to

SubClosedListResponse(String, IList<String>, Int32)

Source:
SubClosedListResponse.cs
Source:
SubClosedListResponse.cs
public SubClosedListResponse (string canonicalForm = default, System.Collections.Generic.IList<string> list = default, int id = 0);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.SubClosedListResponse : string * System.Collections.Generic.IList<string> * int -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.SubClosedListResponse
Public Sub New (Optional canonicalForm As String = Nothing, Optional list As IList(Of String) = Nothing, Optional id As Integer = 0)

Parameters

canonicalForm
String
list
IList<String>
id
Int32

Applies to