IActivity.Entities Property
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.
The Entities field contains a flat list of metadata objects pertaining to this activity. Unlike attachments (see the attachments field), entities do not necessarily manifest as user-interactable content elements, and are intended to be ignored if not understood. Senders may include entities they think may be useful to a receiver even if they are not certain the receiver can accept them. The value of each entities list element is a complex object of the Entity type.
public System.Collections.Generic.IList<Microsoft.Agents.Protocols.Primitives.Entity> Entities { get; set; }
member this.Entities : System.Collections.Generic.IList<Microsoft.Agents.Protocols.Primitives.Entity> with get, set
Public Property Entities As IList(Of Entity)
Product | Versions |
---|---|
Microsoft 365 Agents SDK .NET | 1 |