Pattern 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.
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)
Inheritance
Implements
Constructors
Properties
Methods
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)
Extension Methods
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)
Applies to