BeginSkillConfiguration interface
- 扩展
-
DialogConfiguration
属性
| activity | |
| activity |
|
| allow |
|
| bot |
|
| connection |
|
| disabled | |
| result |
|
| skill |
|
| skill |
|
| skill |
继承属性
| id | 对话框的静态 ID。 |
| telemetry |
对话应使用的遥测客户端。 |
属性详细信息
activity
activity?: TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
属性值
TemplateInterfaceProperty<Partial<Activity>, DialogStateManager>
activityProcessed
allowInterruptions
botId
connectionName
disabled
resultProperty
skillAppId
skillEndpoint
skillHostEndpoint
继承属性详细信息
id
对话框的静态 ID。
id?: string
属性值
string
继承自 DialogConfiguration.id 的
telemetryClient
对话应使用的遥测客户端。
telemetryClient?: BotTelemetryClient
属性值
BotTelemetryClient
继承自 DialogConfiguration.telemetryClient