LanguageUnderstandingModel Class
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.
Represents language understanding model used for intent recognition.
public class LanguageUnderstandingModel
type LanguageUnderstandingModel = class
Public Class LanguageUnderstandingModel
- Inheritance
-
LanguageUnderstandingModel
- Derived
Remarks
See also: Add a LanguageUnderstandingModel and intents
Constructors
LanguageUnderstandingModel() |
Properties
ModelId |
Unique Id for this model. |
Methods
FromAppId(String) |
Creates a language understanding model using the application id of Language Understanding service. |
FromEndpoint(String) |
Creates a language understanding model using the specified endpoint URL. |
FromSubscription(String, String, String) |
Creates a language understanding model using hostname, subscription key and application id of Language Understanding service. |
Applies to
Azure SDK for .NET