DialogManagerConfiguration interface

Properties

conversationState

State property used to persist the bots dialog stack.

expireAfter

Optional. Number of milliseconds to expire the bots conversation state after.

rootDialog

Root dialog to start from onTurn() method.

stateConfiguration

Optional. Path resolvers and memory scopes used for conversations with the bot.

userState

Optional. Bots persisted user state.

Property Details

conversationState

State property used to persist the bots dialog stack.

conversationState: BotState

Property Value

BotState

expireAfter

Optional. Number of milliseconds to expire the bots conversation state after.

expireAfter?: number

Property Value

number

rootDialog

Root dialog to start from onTurn() method.

rootDialog: Dialog

Property Value

stateConfiguration

Optional. Path resolvers and memory scopes used for conversations with the bot.

stateConfiguration?: DialogStateManagerConfiguration

Property Value

userState

Optional. Bots persisted user state.

userState?: UserState

Property Value

UserState