다음을 통해 공유


BeginSkillConfiguration interface

Extends

DialogConfiguration

속성

activity
activityProcessed
allowInterruptions
botId
connectionName
disabled
resultProperty
skillAppId
skillEndpoint
skillHostEndpoint

상속된 속성

id

대화 상자의 정적 ID입니다.

telemetryClient

대화 상자에서 사용해야 하는 원격 분석 클라이언트입니다.

속성 세부 정보

activity

activity?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

속성 값

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

activityProcessed

activityProcessed?: BoolProperty

속성 값

allowInterruptions

allowInterruptions?: BoolProperty

속성 값

botId

botId?: StringProperty

속성 값

connectionName

connectionName?: StringProperty

속성 값

disabled

disabled?: BoolProperty

속성 값

resultProperty

resultProperty?: StringProperty

속성 값

skillAppId

skillAppId?: StringProperty

속성 값

skillEndpoint

skillEndpoint?: StringProperty

속성 값

skillHostEndpoint

skillHostEndpoint?: StringProperty

속성 값

상속된 속성 세부 정보

id

대화 상자의 정적 ID입니다.

id?: string

속성 값

string

DialogConfiguration.id 상속된

telemetryClient

대화 상자에서 사용해야 하는 원격 분석 클라이언트입니다.

telemetryClient?: BotTelemetryClient

속성 값

BotTelemetryClient

DialogConfiguration.telemetryClient에서 상속된