Partilhar via


Versions Classe

Definição

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

Construtores

Versions(LUISAuthoringClient)

Propriedades

Client

Métodos

CloneWithHttpMessagesAsync(Guid, String, TaskUpdateObject, Dictionary<String,List<String>>, CancellationToken)
DeleteUnlabelledUtteranceWithHttpMessagesAsync(Guid, String, String, Dictionary<String,List<String>>, CancellationToken)
DeleteWithHttpMessagesAsync(Guid, String, Dictionary<String,List<String>>, CancellationToken)
ExportLuFormatWithHttpMessagesAsync(Guid, String, Dictionary<String,List<String>>, CancellationToken)
ExportWithHttpMessagesAsync(Guid, String, Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(Guid, String, Dictionary<String,List<String>>, CancellationToken)
ImportLuFormatWithHttpMessagesAsync(Guid, String, String, Dictionary<String,List<String>>, CancellationToken)
ImportV2AppWithHttpMessagesAsync(Guid, LuisAppV2, String, Dictionary<String,List<String>>, CancellationToken)
ImportWithHttpMessagesAsync(Guid, LuisApp, String, Dictionary<String,List<String>>, CancellationToken)
ListWithHttpMessagesAsync(Guid, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
UpdateWithHttpMessagesAsync(Guid, String, TaskUpdateObject, Dictionary<String,List<String>>, CancellationToken)

Métodos de Extensão

CloneAsync(IVersions, Guid, String, TaskUpdateObject, CancellationToken)
DeleteAsync(IVersions, Guid, String, CancellationToken)
DeleteUnlabelledUtteranceAsync(IVersions, Guid, String, String, CancellationToken)
ExportAsync(IVersions, Guid, String, CancellationToken)
ExportLuFormatAsync(IVersions, Guid, String, CancellationToken)
GetAsync(IVersions, Guid, String, CancellationToken)
ImportAsync(IVersions, Guid, LuisApp, String, CancellationToken)
ImportLuFormatAsync(IVersions, Guid, String, String, CancellationToken)
ImportV2AppAsync(IVersions, Guid, LuisAppV2, String, CancellationToken)
ListAsync(IVersions, Guid, Nullable<Int32>, Nullable<Int32>, CancellationToken)
UpdateAsync(IVersions, Guid, String, TaskUpdateObject, CancellationToken)

Aplica-se a