Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 293 Bytes

state.md

File metadata and controls

3 lines (2 loc) · 293 Bytes

Conversation State

BotSharp has a built-in dialogue state management function, which automatically saves the input parameters of the function to the dialogue state by default, and is valid throughout the life cycle of the dialogue. If the parameter name is repeated, it will be overwritten.