ICommandResponse Interface

Definition

Defines a contract that represents a command response.

public interface ICommandResponse
type ICommandResponse = interface
Public Interface ICommandResponse
Derived

Methods

SendResponseAsync(ITurnContext, CancellationToken)

Send the command response to the client.

Applies to