Share via


CommandResponseMiddleware(IList<ITeamsCommandHandler>) Constructor

Definition

Initializes a new instance of the CommandResponseMiddleware class.

public CommandResponseMiddleware (System.Collections.Generic.IList<Microsoft.TeamsFx.Conversation.ITeamsCommandHandler> commandHandlers = default);
new Microsoft.TeamsFx.Conversation.CommandResponseMiddleware : System.Collections.Generic.IList<Microsoft.TeamsFx.Conversation.ITeamsCommandHandler> -> Microsoft.TeamsFx.Conversation.CommandResponseMiddleware
Public Sub New (Optional commandHandlers As IList(Of ITeamsCommandHandler) = Nothing)

Parameters

commandHandlers
IList<ITeamsCommandHandler>

A list of command handlers.

Applies to