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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET