다음을 통해 공유


MessageOptions.Entities 속성

정의

엔터티 개체의 컬렉션이며, 각 개체에는 이 활동에 대한 메타데이터가 포함됩니다. 각 Entity 개체가 입력됩니다.

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

속성 값

적용 대상