CMResponseMatchOptions Enumeration
 
            
                In This Topic
            
            
            Options that determine how a computer monitor evaluates a response.
            
            Syntax
            
            Members
| Member | Value | Description | 
| DoesNotMatch | 2 | 
            The trigger fires if the response does not match the specified target text.
             | 
| Matches | 1 | 
            The trigger fires if the response matches the specified target text.
             | 
| None | 0 | 
            The trigger fires if the response matches the specified target text.
             | 
| Script | 4 | 
            The response is passed to a script for evaluation.
             | 
| UseRegEx | 8 | 
            When combined with Matches or DoesNotMatch, indicates that the target text is a regular expression.
             | 
 
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ArcanaDevelopment.adTempus.Shared.CMResponseMatchOptions
 
            
            
            See Also