@snf/access-qa-bot 2.6.0-debug.2 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/build/static/js/main.js +1 -1
- package/build/static/js/main.js.map +1 -1
- package/dist/access-qa-bot.js +2 -2
- package/dist/access-qa-bot.js.map +1 -1
- package/dist/access-qa-bot.standalone.js +5 -5
- package/dist/access-qa-bot.standalone.js.map +1 -1
- package/dist/access-qa-bot.umd.cjs +2 -2
- package/dist/access-qa-bot.umd.cjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,7 +52,6 @@ The bot supports several conversation flows:
|
|
|
52
52
|
- Built-in feedback system with thumbs up/down options after each response
|
|
53
53
|
- Automatic feedback tracking and analytics
|
|
54
54
|
- Users can provide feedback or continue asking questions immediately
|
|
55
|
-
- Negative feedback offers direct path to support ticket creation
|
|
56
55
|
- Requires user to be logged in
|
|
57
56
|
|
|
58
57
|
### 🎫 Support Ticket Flows
|
|
@@ -238,7 +237,7 @@ REACT_APP_API_KEY=your-api-key-here
|
|
|
238
237
|
|
|
239
238
|
The bot integrates with the ACCESS Q&A API and JSM (Jira Service Management) for ticket creation. Configure your backend endpoints to handle:
|
|
240
239
|
|
|
241
|
-
- Q&A queries with
|
|
240
|
+
- Q&A queries with JSON responses
|
|
242
241
|
- Support ticket creation with ProForma field mapping
|
|
243
242
|
- File upload processing
|
|
244
243
|
- User authentication and session management
|