ChannelAccount 클래스

정의

메시지를 라우팅하는 데 필요한 채널 계정 정보입니다.

public class ChannelAccount
type ChannelAccount = class
Public Class ChannelAccount
상속
ChannelAccount
파생

생성자

ChannelAccount()

ChannelAccount 클래스의 새 인스턴스를 초기화합니다.

ChannelAccount(String, String, String, String)

ChannelAccount 클래스의 새 인스턴스를 초기화합니다.

속성

AadObjectId

AAD(Azure Active Directory) 내에서 이 계정의 개체 ID를 가져오거나 설정합니다.

Id

이 채널의 사용자 또는 봇에 대한 채널 ID를 가져오거나 @joesmith 설정합니다(예: joe@smith.com또는 123456).

Name

표시 이름을 가져오거나 설정합니다.

Properties

형식에 의해 ChannelAccount 정의되지 않지만 REST JSON 개체에 나타날 수 있는 속성을 가져오거나 설정합니다.

Role

계정 뒤에 있는 엔터티의 역할을 가져오거나 설정합니다(예: 사용자, 봇 등). 가능한 값은 'user', 'bot'입니다.

적용 대상