StringTrigger(String) Constructor
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.
Initializes a new instance of the StringTrigger class.
public StringTrigger (string pattern);
new Microsoft.TeamsFx.Conversation.StringTrigger : string -> Microsoft.TeamsFx.Conversation.StringTrigger
Public Sub New (pattern As String)
Parameters
- pattern
- String
The string used to compare with the input.
Exceptions
pattern
is null.