MessageActionsPayload.Mentions 属性

定义

获取或设置消息中提到的实体的列表。

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

属性值

消息中提到的实体。

适用于