How to Upload Graph Steps?
- 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
Table of Contents
Why do we need the Graph Step uploader tool?How to Access Graph Step Uploader tool?CSV FormatSample FAQ UploaderGraph steps are basic static steps that we use in the graph of the Conversation Studio tool and it follows the same principle of User Messages, Bot Responses, and Start Steps to detect steps, reply back to the user, update the chat status and also support the API Integrations.
Why do we need the Graph Step uploader tool?
To handle the scenarios where we need to create a large number of steps in one go, we can use graph step uploader tool.
How to Access Graph Step Uploader tool?
- On your bot's graph screen, select the three dots, beside the Publish Bot button, as shown. You will see Upload Steps from file option.
CSV Format
1. step_name: Name of the step, step name should be unique
2. question(User Messages): Independent Responses under User Messages to detect this FAQ nov
3. answer(bot response): A step can have single or multiple bot responses, to pass multiple bot responses use `<m>` tag as delimiter
4. quick_replies: Add Quick replies to continue the conversation flow
5. link_text: This is the text that appears with the Button HSL
6. link_button: This text appears on the button
7. link_url: This is the URL for redirection on the click of the button
Sample FAQ Uploader
You can download a sample CSV file from here.