botbuilder-storage | Storage adapter designed for the Microsoft Bot Framework
kandi X-RAY | botbuilder-storage Summary
kandi X-RAY | botbuilder-storage Summary
botbuilder-storage is a TypeScript library. botbuilder-storage has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
All of the included adapters have configurable TTL support. This will act as a timeout for the stored data. After the timeout has expired, the state will automatically be deleted. But each time any state object is modified and saved by invoking session.save() in the dialog, that particular state will receive a new, recomputed expiration value based on the configured settings. As shown in the example below, all values should express the number of seconds the state data should be stored, and a different expiration value can be defined for each type of state the bot manages. Since you would use userData to save state that persists across multiple conversations, you would typically want to assign a large value for that state. On the other hand, for conversationState and privateConversationState the duration could be kept significantly shorter.
All of the included adapters have configurable TTL support. This will act as a timeout for the stored data. After the timeout has expired, the state will automatically be deleted. But each time any state object is modified and saved by invoking session.save() in the dialog, that particular state will receive a new, recomputed expiration value based on the configured settings. As shown in the example below, all values should express the number of seconds the state data should be stored, and a different expiration value can be defined for each type of state the bot manages. Since you would use userData to save state that persists across multiple conversations, you would typically want to assign a large value for that state. On the other hand, for conversationState and privateConversationState the duration could be kept significantly shorter.
Support
Quality
Security
License
Reuse
Support
botbuilder-storage has a low active ecosystem.
It has 19 star(s) with 6 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
There are 3 open issues and 4 have been closed. On average issues are closed in 4 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of botbuilder-storage is current.
Quality
botbuilder-storage has no bugs reported.
Security
botbuilder-storage has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
botbuilder-storage is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
botbuilder-storage releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of botbuilder-storage
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of botbuilder-storage
botbuilder-storage Key Features
No Key Features are available at this moment for botbuilder-storage.
botbuilder-storage Examples and Code Snippets
No Code Snippets are available at this moment for botbuilder-storage.
Community Discussions
No Community Discussions are available at this moment for botbuilder-storage.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install botbuilder-storage
In addition, depending on the selected adapter, you will need to install another module to connect to either:.
MongoDB => npm install --save mongodb
DynamoDB => npm install --save aws-sdk
Redis => npm install --save redis
MongoDB => npm install --save mongodb
DynamoDB => npm install --save aws-sdk
Redis => npm install --save redis
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page