다음을 통해 공유


Activity.Entities 속성

정의

메시지에 언급된 엔터티를 가져오거나 설정합니다.

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

속성 값

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

구현

적용 대상