다음을 통해 공유


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)

속성 값

메시지에 언급된 엔터티입니다.

적용 대상