ICommandResponse Interface
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.
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. |