CommandMessage Class

Definition

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.

Applies to