ReplyCX Documentation
Login
  • ⛩️Welcome to ReplyCX Knowledge Base! 📚
    • ReplyCX Basics
  • ▶️GETTING STARTED
    • Building a Chatbot
    • Testing a Chatbot
    • Channel Configurations
    • Deploying a Chatbot
    • Utility Tools
  • 🧩ACTION BLOCKS
    • Overview
    • Trigger
    • Send Message
    • Collect Input
    • Buttons
    • Carousel
    • Calendar
    • Send an Email
    • Condition
    • Image Carousel
    • Human Handover
    • Slider
    • Collect File
    • Delay
    • Form
    • Flow
    • Code-block
    • Options
    • Jump
    • List
    • Reply Button
    • AI Model
    • SET AI
    • Answer AI
    • AI AGENT
    • Webhook
    • Javascript
    • Send Status
    • Http Request
    • Dynamic data
    • Whatsapp flow
  • 🦾AI Studio
    • Building a GPT Chatbot
    • Knowledge Base
    • Training on historical live chat to generate response
    • Retrain frequency for URL data source
    • Custom Answers
    • Function Call
    • Prompts
    • Tokens
    • Setting up retrain
    • Advanced Crawling Criteria
  • ⛓️Integrations
    • Types of Integrations
    • Service Call
    • Google Sheets
      • Support for “Update Record” in Google Sheets
    • Codeblock
    • Google Calendar
    • Calendly
    • Zoho CRM
    • Hubspot
    • Dialog Flow
    • Events
    • Google Analytics
    • Freshdesk
    • Salesforce
    • Zapier
    • Airtable
    • Public API's
  • 🟢WhatsApp Business API
    • Prerequisites
    • WhatsApp Business API - Meta
    • Using a test WhatsApp Business API account
    • Product catalog on WhatsApp
    • Sync WhatsApp Template
    • Support for Carousel template message
  • Instagram
    • Using the Instagram Channel
  • 💬Live Chat
    • Overview
    • Saved Replies
    • Manage Saved Replies
    • Message status on live chat
    • Generating Response Using AI.
    • Rewriting existing response with AI
    • Labels
    • Managing Labels
    • Qualification details covered during a conversation
    • Settings
    • Filter conversations
    • Conversation History
    • Close a conversation
    • Related / Past Conversations
    • Elements on conversation card
    • Kind of Conversation Status
    • Copy Chat Transcript of a Conversation
    • Customize Live Chat Screen
    • Restart Conversation
    • Blocking Contacts
    • Agent status on live chat
  • ⚙️Troubleshooting
    • Variable Manager
    • Fallback Variables
    • Human Handover Configuration
    • Clone a bot
    • Preffered Image Dimensions
    • Working of Link Tracking
    • Setting up variables using trigger block
    • Availability of agents in Human Handover
    • Creating loop in the conversational flow
    • Requesting Edit Access
    • Cookies
  • 📢Outbound Bots
    • Outbound Action Blocks
      • Delay
      • Send WhatsApp
      • Send SMS
      • Send Email
    • Building a One-Off Campaign
    • Building a Ongoing Campaign
    • Creating WhatsApp Templates
  • 📱Chat Widget Customization
    • Embedding Chat Widgets
    • Customize Chat Widget UI using CSS
    • Display Chat Widget in iFrame
    • Change Appearance
    • Chat widget 3.0
  • 🏦Account Management
    • Manage Teams
    • Manage Teammates
    • Manage Roles
      • Channel configuration Permission
    • Opt Out Management
  • 📊Reporting
    • Custom Reports
    • Contacts Feature Recap
    • Scheduling Contact Report
    • Weekly Reports and Interactions
    • Export a contact list
    • Tracking link clicks on chatbot messages
    • Agent Report
    • AI Agent Report
    • Outbound Report
  • 🧑‍💻 Support
    • Forget Password
Powered by GitBook
On this page
  • Use-case scenario:
  • How do I integrate Replycx with DialogFlow?
  • How do I set it up?

Was this helpful?

  1. Integrations

Dialog Flow

Action block allows you to integrate a conversational user interface into your chatbot

The Action Block enables you to integrate a conversational user interface into your chatbot, allowing for dynamic interactions and seamless user engagement.

Dialogflow is a Natural Language Processing (NLP) engine that simplifies the design and integration of conversational user interfaces into mobile applications, web applications, devices, bots, interactive voice response (IVR) systems, and more.

Use-case scenario:

You can use Dialogflow when:

  • Connecting your Dialogflow agent to Replycx.

  • Building a smart bot to interpret visitor inputs.

  • Creating AI-powered bots for enhanced interactions.

How do I integrate Replycx with DialogFlow?

Setting up the integration between Replycx and Dialogflow is a two-step process:

  1. Obtain the JSON key for the Dialogflow agent you want to connect to Replycx.

  2. Configure the JSON key in the Dialogflow Action Block on Replycx.

How do I set it up?

To set up the Dialogflow Action Block in the bot flow, follow these steps:

1. Add the Action Block

  • Click on ‘+’ to add an action block on the canvas.

  • Select ‘Dialogflow’ from the list.

2. Configure the Dialogflow Block

  • Double-click on the ‘Dialogflow’ block to open the configuration panel on the right.

3. Map the Variable

  • Choose the variable where the visitor’s input is stored.

  • Just like answering a question requires a question, sending an input to Dialogflow allows it to process and return the appropriate response to Replycx.

4. Upload the JSON File

  • Upload the JSON key that was downloaded earlier.

Define Actions

  • Configure actions for Success and Failure scenarios:

  • Success: When Dialogflow successfully matches an intent and returns a response, you can either loop back to the same block or proceed to the next step.

  • Failure: If Dialogflow fails to provide a valid response, define an action to handle the scenario. This may involve requesting the input again and looping back into the flow.

PreviousHubspotNextEvents

Last updated 2 months ago

Was this helpful?

⛓️