IPattern Interface

Definition

public interface IPattern
type IPattern = interface
Public Interface IPattern
Derived

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