DialogManagerConfiguration interface
Properties
conversation |
State property used to persist the bots dialog stack. |
expire |
Optional. Number of milliseconds to expire the bots conversation state after. |
root |
Root dialog to start from onTurn() method. |
state |
Optional. Path resolvers and memory scopes used for conversations with the bot. |
user |
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
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