BeginSkillConfiguration interface

Extends

DialogConfiguration

Properties

activity
activityProcessed
allowInterruptions
botId
connectionName
disabled
resultProperty
skillAppId
skillEndpoint
skillHostEndpoint

Inherited Properties

id

Static id of the dialog.

telemetryClient

Telemetry client the dialog should use.

Property Details

activity

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

Property Value

TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>

activityProcessed

activityProcessed?: BoolProperty

Property Value

allowInterruptions

allowInterruptions?: BoolProperty

Property Value

botId

botId?: StringProperty

Property Value

connectionName

connectionName?: StringProperty

Property Value

disabled

disabled?: BoolProperty

Property Value

resultProperty

resultProperty?: StringProperty

Property Value

skillAppId

skillAppId?: StringProperty

Property Value

skillEndpoint

skillEndpoint?: StringProperty

Property Value

skillHostEndpoint

skillHostEndpoint?: StringProperty

Property Value

Inherited Property Details

id

Static id of the dialog.

id?: string

Property Value

string

Inherited From DialogConfiguration.id

telemetryClient

Telemetry client the dialog should use.

telemetryClient?: BotTelemetryClient

Property Value

BotTelemetryClient

Inherited From DialogConfiguration.telemetryClient