ForEachPageConfiguration interface

扩展

属性

disabled
itemsProperty
page
pageIndex
pageSize

继承属性

actions
id

对话框的静态 ID。

telemetryClient

对话应使用的遥测客户端。

属性详细信息

disabled

disabled?: BoolProperty

属性值

itemsProperty

itemsProperty?: StringProperty

属性值

page

page?: StringProperty

属性值

pageIndex

pageIndex?: StringProperty

属性值

pageSize

pageSize?: IntProperty

属性值

继承属性详细信息

actions

actions?: string[] | Dialog[]

属性值

string[] | Dialog[]

继承自ActionScopeConfiguration.actions

id

对话框的静态 ID。

id?: string

属性值

string

继承自 DialogConfiguration.id 的

telemetryClient

对话应使用的遥测客户端。

telemetryClient?: BotTelemetryClient

属性值

BotTelemetryClient

继承自 DialogConfiguration.telemetryClient