BeginSkillConfiguration interface
- Extends
-
DialogConfiguration
Eigenschaften
| activity | |
| activity |
|
| allow |
|
| bot |
|
| connection |
|
| disabled | |
| result |
|
| skill |
|
| skill |
|
| skill |
Geerbte Eigenschaften
| id | Statische ID des Dialogfelds. |
| telemetry |
Telemetrieclient, den das Dialogfeld verwenden soll. |
Details zur Eigenschaft
activity
activity?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
Eigenschaftswert
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
activityProcessed
allowInterruptions
botId
connectionName
disabled
resultProperty
skillAppId
skillEndpoint
skillHostEndpoint
Geerbte Eigenschaftsdetails
id
Statische ID des Dialogfelds.
id?: string
Eigenschaftswert
string
von DialogConfiguration.id geerbt
telemetryClient
Telemetrieclient, den das Dialogfeld verwenden soll.
telemetryClient?: BotTelemetryClient
Eigenschaftswert
BotTelemetryClient
Geerbt von DialogConfiguration.telemetryClient