Freigeben über


MessageActionsPayload.Mentions Property

Definition

Gets or sets list of entities mentioned in the message.

public System.Collections.Generic.IList<Microsoft.Agents.Extensions.Teams.Models.MessageActionsPayloadMention> Mentions { get; set; }
member this.Mentions : System.Collections.Generic.IList<Microsoft.Agents.Extensions.Teams.Models.MessageActionsPayloadMention> with get, set
Public Property Mentions As IList(Of MessageActionsPayloadMention)

Property Value

The entities mentioned in the message.

Applies to