다음을 통해 공유


BotConfiguration.Services 속성

정의

연결된 서비스를 가져오거나 설정합니다.

public System.Collections.Generic.List<Microsoft.Bot.Configuration.ConnectedService> Services { get; set; }
member this.Services : System.Collections.Generic.List<Microsoft.Bot.Configuration.ConnectedService> with get, set
Public Property Services As List(Of ConnectedService)

속성 값

연결된 서비스 목록입니다.

적용 대상