ApplicationCreateObject 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
ApplicationCreateObject() | |
ApplicationCreateObject(String, String, String, String, String, String) |
ApplicationCreateObject()
- Source:
- ApplicationCreateObject.cs
- Source:
- ApplicationCreateObject.cs
public ApplicationCreateObject ();
Public Sub New ()
Applies to
ApplicationCreateObject(String, String, String, String, String, String)
- Source:
- ApplicationCreateObject.cs
- Source:
- ApplicationCreateObject.cs
public ApplicationCreateObject (string culture, string name, string domain = default, string description = default, string initialVersionId = default, string usageScenario = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ApplicationCreateObject : string * string * string * string * string * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.ApplicationCreateObject
Public Sub New (culture As String, name As String, Optional domain As String = Nothing, Optional description As String = Nothing, Optional initialVersionId As String = Nothing, Optional usageScenario As String = Nothing)
Parameters
- culture
- String
- name
- String
- domain
- String
- description
- String
- initialVersionId
- String
- usageScenario
- String
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