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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET