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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET