CommandMessage 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 the command message received from Teams.
public class CommandMessage
type CommandMessage = class
Public Class CommandMessage
- Inheritance
-
CommandMessage
Constructors
CommandMessage() |
Properties
Matches |
Gets or sets a collection of the Match objects that matches to the trigger pattern of a command handler. If no matches are found, the method returns an empty collection object. |
Text |
Gets or sets the text of the message sent by the user. |