QueryRule members
The QueryRule type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssignBestBetsAction | Gets the AssignBestBetsAction associated with the QueryRule | |
ChangeQueryAction | Gets the ChangeQueryAction associated with the QueryRule | |
Contact | Contact person for the query rule | |
ContextConditions | Gets the collection of Query Contexts associated with the QueryRule | |
CreateResultBlockActions | Gets the ChangeQueryAction associated with the QueryRule | |
DisplayName | Display Name for the Query Rule | |
EndDate | Date when this QueryRule becomes unavailable for query classification | |
GroupId | Group this rule is part of for this consumer | |
Id | ||
IsActive | Determine if the rule is active | |
IsDeactivatedAtHigherLevel | ||
IsReadOnly | ||
IsSystem | Is this an out of box rule | |
LastModified | Last Modification time stamp | |
Owner | ||
ProcessingDirective | ||
QueryConditions | Gets the collection of Query Conditions associated with the QueryRule | |
ReviewDate | Date for the review | |
StartDate | Date when this Query Rule becomes available for query classification |
Top
Methods
Name | Description | |
---|---|---|
CreateCategoryContextCondition(Term) | ||
CreateCategoryContextCondition(TermSet) | ||
CreateGenericContextCondition(String) | ||
CreateGenericContextCondition(String, Dictionary<String, Type>) | ||
CreateQueryAction | ||
CreateSourceContextCondition | ||
CreateUserSegmentContextCondition | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveToGroup(QueryRuleGroup, GroupProcessingDirective) | Adds this rule to a group | |
MoveToGroup(QueryRuleGroup, GroupProcessingDirective, Int32) | ||
OnAfterChange | ||
OnPreChange | ||
RemoveQueryAction | ||
ToString | (Overrides Object.ToString().) | |
Update | ||
UpdateActiveStatus |
Top