Compartilhar via


Features Classe

Definição

public class Features : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IFeatures, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient>
type Features = class
    interface IServiceOperations<LUISAuthoringClient>
    interface IFeatures
Public Class Features
Implements IFeatures, IServiceOperations(Of LUISAuthoringClient)
Herança
Features
Implementações

Construtores

Features(LUISAuthoringClient)

Propriedades

Client

Métodos

AddEntityFeatureWithHttpMessagesAsync(Guid, String, Guid, ModelFeatureInformation, Dictionary<String,List<String>>, CancellationToken)
AddIntentFeatureWithHttpMessagesAsync(Guid, String, Guid, ModelFeatureInformation, Dictionary<String,List<String>>, CancellationToken)
AddPhraseListWithHttpMessagesAsync(Guid, String, PhraselistCreateObject, Dictionary<String,List<String>>, CancellationToken)
DeletePhraseListWithHttpMessagesAsync(Guid, String, Int32, Dictionary<String,List<String>>, CancellationToken)
GetPhraseListWithHttpMessagesAsync(Guid, String, Int32, Dictionary<String,List<String>>, CancellationToken)
ListApplicationVersionPatternFeaturesWithHttpMessagesAsync(Guid, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String, List<String>>, CancellationToken)
ListPhraseListsWithHttpMessagesAsync(Guid, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
ListWithHttpMessagesAsync(Guid, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
UpdatePhraseListWithHttpMessagesAsync(Guid, String, Int32, PhraselistUpdateObject, Dictionary<String,List<String>>, CancellationToken)

Métodos de Extensão

AddEntityFeatureAsync(IFeatures, Guid, String, Guid, ModelFeatureInformation, CancellationToken)
AddIntentFeatureAsync(IFeatures, Guid, String, Guid, ModelFeatureInformation, CancellationToken)
AddPhraseListAsync(IFeatures, Guid, String, PhraselistCreateObject, CancellationToken)
DeletePhraseListAsync(IFeatures, Guid, String, Int32, CancellationToken)
GetPhraseListAsync(IFeatures, Guid, String, Int32, CancellationToken)
ListApplicationVersionPatternFeaturesAsync(IFeatures, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
ListAsync(IFeatures, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
ListPhraseListsAsync(IFeatures, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
UpdatePhraseListAsync(IFeatures, Guid, String, Int32, PhraselistUpdateObject, CancellationToken)

Aplica-se a