다음을 통해 공유


ChannelSettings interface

채널 설정 정의

속성

botIconUrl

봇 아이콘 URL

botId

봇 ID

channelDisplayName

채널 표시 이름

channelId

채널 ID

disableLocalAuth

로컬 인증을 옵트아웃하고 MSI 및 AAD만 인증에만 사용할 수 있는지 확인합니다.

extensionKey1

extensionKey1

extensionKey2

extensionKey2

isEnabled

봇에 대해 이 채널을 사용할 수 있는지 여부

requireTermsAgreement

고객이 새 약관에 동의해야 하는지 여부입니다.

sites

사이트 목록

속성 세부 정보

botIconUrl

봇 아이콘 URL

botIconUrl?: string

속성 값

string

botId

봇 ID

botId?: string

속성 값

string

channelDisplayName

채널 표시 이름

channelDisplayName?: string

속성 값

string

channelId

채널 ID

channelId?: string

속성 값

string

disableLocalAuth

로컬 인증을 옵트아웃하고 MSI 및 AAD만 인증에만 사용할 수 있는지 확인합니다.

disableLocalAuth?: boolean

속성 값

boolean

extensionKey1

extensionKey1

extensionKey1?: string

속성 값

string

extensionKey2

extensionKey2

extensionKey2?: string

속성 값

string

isEnabled

봇에 대해 이 채널을 사용할 수 있는지 여부

isEnabled?: boolean

속성 값

boolean

requireTermsAgreement

고객이 새 약관에 동의해야 하는지 여부입니다.

requireTermsAgreement?: boolean

속성 값

boolean

sites

사이트 목록

sites?: Site[]

속성 값

Site[]