IActivity.Recipient Property

Definition

Gets or sets address that received the message.

public Microsoft.Bot.Schema.ChannelAccount Recipient { get; set; }
member this.Recipient : Microsoft.Bot.Schema.ChannelAccount with get, set
Public Property Recipient As ChannelAccount

Property Value

Address that received the message.

Applies to