다음을 통해 공유


SemanticAction.Entities 속성

정의

이 작업과 연결된 엔터티를 가져오거나 설정합니다.

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

속성 값

이 작업과 연결된 엔터티입니다.

적용 대상