ActivityCommandResponse.Activity Property

Definition

Gets or sets the activity used to reply to a command.

public Microsoft.Bot.Schema.IActivity Activity { get; }
member this.Activity : Microsoft.Bot.Schema.IActivity
Public ReadOnly Property Activity As IActivity

Property Value

The activity used to reply to a command

Applies to