DialogManagerConfiguration interface

属性

conversationState

用于保存机器人对话堆栈的状态属性。

expireAfter

自选。 在之后使机器人聊天状态过期的毫秒数。

rootDialog

要从 onTurn() 方法开始的根对话框。

stateConfiguration

自选。 用于与机器人对话的路径解析器和内存范围。

userState

自选。 机器人持久化用户状态。

属性详细信息

conversationState

用于保存机器人对话堆栈的状态属性。

conversationState: BotState

属性值

BotState

expireAfter

自选。 在之后使机器人聊天状态过期的毫秒数。

expireAfter?: number

属性值

number

rootDialog

要从 onTurn() 方法开始的根对话框。

rootDialog: Dialog

属性值

stateConfiguration

自选。 用于与机器人对话的路径解析器和内存范围。

stateConfiguration?: DialogStateManagerConfiguration

属性值

userState

自选。 机器人持久化用户状态。

userState?: UserState

属性值

UserState