你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Pattern 类

定义

public class Pattern : Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.IPattern, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient>
type Pattern = class
    interface IServiceOperations<LUISAuthoringClient>
    interface IPattern
Public Class Pattern
Implements IPattern, IServiceOperations(Of LUISAuthoringClient)
继承
Pattern
实现

构造函数

Pattern(LUISAuthoringClient)

属性

Client

方法

AddPatternWithHttpMessagesAsync(Guid, String, PatternRuleCreateObject, Dictionary<String,List<String>>, CancellationToken)
BatchAddPatternsWithHttpMessagesAsync(Guid, String, IList<PatternRuleCreateObject>, Dictionary<String,List<String>>, CancellationToken)
DeletePatternsWithHttpMessagesAsync(Guid, String, IList<Nullable<Guid>>, Dictionary<String,List<String>>, CancellationToken)
DeletePatternWithHttpMessagesAsync(Guid, String, Guid, Dictionary<String,List<String>>, CancellationToken)
ListIntentPatternsWithHttpMessagesAsync(Guid, String, Guid, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
ListPatternsWithHttpMessagesAsync(Guid, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
UpdatePatternsWithHttpMessagesAsync(Guid, String, IList<PatternRuleUpdateObject>, Dictionary<String,List<String>>, CancellationToken)
UpdatePatternWithHttpMessagesAsync(Guid, String, Guid, PatternRuleUpdateObject, Dictionary<String,List<String>>, CancellationToken)

扩展方法

AddPatternAsync(IPattern, Guid, String, PatternRuleCreateObject, CancellationToken)
BatchAddPatternsAsync(IPattern, Guid, String, IList<PatternRuleCreateObject>, CancellationToken)
DeletePatternAsync(IPattern, Guid, String, Guid, CancellationToken)
DeletePatternsAsync(IPattern, Guid, String, IList<Nullable<Guid>>, CancellationToken)
ListIntentPatternsAsync(IPattern, Guid, String, Guid, Nullable<Int32>, Nullable<Int32>, CancellationToken)
ListPatternsAsync(IPattern, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
UpdatePatternAsync(IPattern, Guid, String, Guid, PatternRuleUpdateObject, CancellationToken)
UpdatePatternsAsync(IPattern, Guid, String, IList<PatternRuleUpdateObject>, CancellationToken)

适用于