Share via


Activity.Recipient Property

Definition

The recipient field describes which client or Agent is receiving this Activity. This field is only meaningful when an Activity is transmitted to exactly one recipient; it is not meaningful when it is broadcast to multiple recipients (as happens when an Activity is sent to a channel). The purpose of the field is to allow the recipient to identify themselves. This is helpful when a client or Agent has more than one identity within the channel. The value of the recipient field is a complex object of the Channel account type.

public Microsoft.Agents.Core.Models.ChannelAccount Recipient { get; set; }
member this.Recipient : Microsoft.Agents.Core.Models.ChannelAccount with get, set
Public Property Recipient As ChannelAccount

Property Value

Implements

Applies to