ActivityCommandResponse Class

Definition

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.

Applies to