SubClosedListResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- id
- Int32
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET