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()

Source:
IntentClassifier.cs
Source:
IntentClassifier.cs
C#
public IntentClassifier();

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview

IntentClassifier(Guid, String, String, Nullable<Int32>, String, String)

Source:
IntentClassifier.cs
Source:
IntentClassifier.cs
C#
public IntentClassifier(Guid id, string readableType, string name = default, int? typeId = default, string customPrebuiltDomainName = default, string customPrebuiltModelName = default);

Parameters

id
Guid
readableType
String
name
String
typeId
Nullable<Int32>
customPrebuiltDomainName
String
customPrebuiltModelName
String

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview