StringTrigger 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.
Represents a command trigger that triggered by string match.
public class StringTrigger : Microsoft.TeamsFx.Conversation.ITriggerPattern
type StringTrigger = class
interface ITriggerPattern
Public Class StringTrigger
Implements ITriggerPattern
- Inheritance
-
StringTrigger
- Implements
Constructors
StringTrigger(String) |
Initializes a new instance of the StringTrigger class. |
Properties
Pattern |
Gets or sets the string pattern used to match the input. |
Methods
ShouldTrigger(String) |
Check whether the trigger pattern is matched. |