ActivityCommandResponse 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 a message activity for a command response.
public class ActivityCommandResponse : Microsoft.TeamsFx.Conversation.ICommandResponse
type ActivityCommandResponse = class
interface ICommandResponse
Public Class ActivityCommandResponse
Implements ICommandResponse
- Inheritance
-
ActivityCommandResponse
- Implements
Constructors
ActivityCommandResponse(IActivity) |
Initializes a new instance of the ActivityCommandResponse class. |
Properties
Activity |
Gets or sets the activity used to reply to a command. |
Methods
SendResponseAsync(ITurnContext, CancellationToken) |
Send the command response to the client. |