What is Currency Entity?
- Getting Started
- Bot Building
- Smart Agent Chat
- Conversation Design
-
Developer Guides
Code Step Integration Static Step Integration Shopify Integration SETU Integration Exotel Integration CIBIL integration Freshdesk KMS Integration PayU Integration Zendesk Guide Integration Twilio Integration Razorpay Integration LeadSquared Integration USU(Unymira) Integration Helo(VivaConnect) Integration Salesforce KMS Integration Stripe Integration PayPal Integration CleverTap Integration Fynd Integration HubSpot Integration Magento Integration WooCommerce Integration Microsoft Dynamics 365 Integration
- Deployment
- External Agent Tool Setup
- Analytics & Reporting
- Notifications
- Commerce Plus
- Troubleshooting Guides
- Release Notes
A Currency Entity is meant for matching amounts of money with an indication of a currency type like, "50 rupees", "three hundred and fifty dollars". It returns an object type value consisting of two attribute-value pairs:
User Message | Entity captured |
I want to pay 50 rupees for the form | {"unit": "rupees","value":"50.00"} |
I want to transfer three hunders and fifty dollars to Jane | {"unit": "dollars","value":"350.00"} |