IntentClassifier 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
IntentClassifier() | |
IntentClassifier(Guid, String, String, Nullable<Int32>, String, String) |
IntentClassifier()
- Source:
- IntentClassifier.cs
- Source:
- IntentClassifier.cs
public IntentClassifier ();
Public Sub New ()
Applies to
IntentClassifier(Guid, String, String, Nullable<Int32>, String, String)
- Source:
- IntentClassifier.cs
- Source:
- IntentClassifier.cs
public IntentClassifier (Guid id, string readableType, string name = default, int? typeId = default, string customPrebuiltDomainName = default, string customPrebuiltModelName = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.IntentClassifier : Guid * string * string * Nullable<int> * string * string -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.IntentClassifier
Public Sub New (id As Guid, readableType As String, Optional name As String = Nothing, Optional typeId As Nullable(Of Integer) = Nothing, Optional customPrebuiltDomainName As String = Nothing, Optional customPrebuiltModelName As String = Nothing)
Parameters
- id
- Guid
- readableType
- String
- name
- String
- customPrebuiltDomainName
- String
- customPrebuiltModelName
- String
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET