joshsoftware / joshsoftware/voice-banking
Intent Mapping & Execution
Open
- Dominant language
- Dart
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Map Intents to APIs. We should be able to easily configure the bank apis against intent in future.
Define mapping JSON/config (intent → API endpoint)
- get_balance → /customers/:customer_id/balance
- list_transactions → /customers/:customer_id/transactions
- transfer_money → /customers/:customer_id/transfer
- spend_insights → /customers/:customer_id/spend_insights
- list_beneficiaries → /customers/:customer_id/beneficiaries
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.