We have recently refreshed our branding across our offerings and changed the names of our pricing plans. If you have signed up before Aug 9, 2021, please click Previous plans to view your applicable plans.
We assure you that this change will not impact your product experience, and no action is required on your part.

TABLE OF CONTENTS

Action

The bot builder allows you to set up dialogs and connect them to another, anywhere in the workflow. You can configure actions for the bot to perform before or after a dialog. These actions are of the following types:

  • Dynamic actions
    • Trigger API: Trigger APIs to fetch, update, or post data remotely
    • Trigger JS function: Trigger any JS functions for your bot to make use of
    • Set property: Add or update attributes of conversations or user profile
    • Transfer to answers: Transfer the conversation from the bot flow to answers
  • Freshchat actions
    • Assign to an agent: Transfer the bot conversation over to a live agent
  • Conversation actions
    • Start a new conversation: This action will enable you to end the current conversation and start a new one
    • Stop conversation: Break the sequential processing of dialogs within a flow
    • Resolve conversation: Mark conversations as resolved when a customer's questions are resolved

  • Widget Actions
    • Open URL: Open URLs when the bot launcher is clicked. You can choose to open in a new tab.
    • Auto-open chat widget: Open the chat widget when the page loads. You can also set a time delay for the bot widget to wait before loading
    • Show proactive message: Show a message on the bot launcher before it’s clicked
    • Event on widget open: Send an event to the backend so that any actions or dialogs are triggered only after the widget is opened
    • Add a delay in response: Create a pause before the bot moves to the next response or dialog.
    • Hide widget: Hide the widget
    • Minimize widget: Minimize the widget
    • Send private customer message: Send a private message to the backend on behalf of your customer

Learn more about actions


Answers

You can enable your chatbot to understand the intent of your customers in a chatbot conversation. Set up questions and variants and map them to an answer or a chatbot flow so the bot can detect the intent and direct the customers to the right answer. 

Learn more about intent-based flows


API library

Configure and manage APIs used in the bot conversation. Navigate to Flows > Configure > API library to configure them. Once APIs are configured here, they can be triggered using the actions tab in dialog configuration. 

Learn more about the API library


Bot 

An automated conversational agent that converses with customers based on a set of conditions that you have defined. The bot is also empowered with the ability to perform actions to give it the function of a human support agent.


Bot activities

Select a set of logs for conversations that a bot has had. You can filter based on errors for debugging.


Bot version

As you make changes or improvements to your bot, you can save them as versions. You can choose to publish a version so that it can start servicing customers and/or create a draft version to make additional changes for the next release while the current version is actively being used. Older versions can be archived so that change management is seamless.
Learn more about versioning


Bot conversation

The actual conversation that the bot has with a customer. 


Conditions

A condition defines how the bot should progress in a conversation. It can be based on dialog inputs, API responses, custom parameters, placeholders, or function outputs. You can configure conditions for each dialog in the bot builder. For example: After Dialog A is executed, proceed to Dialog B OR if Button C is clicked in Dialog A then proceed to Dialog D. 

Learn more about conditions in Freddy Self-service


Conversations

This page will have all the conversations that a particular chatbot has had with the customer. You can apply the filters on this page to view just the list of conversations you need.


Custom parameters

When the customer is logged in from your portal or website, you might want to fetch some customer information like their order ID, date of birth, customer ID, etc, and display it in the bot conversation. The parameters for such information may not be readily available as a placeholder. In this case, you can add your own parameters from Flows > Configure > Custom parameters.

Learn more about custom parameters


Dialog

These are the building blocks of a bot conversation. You can configure messages, set up conditions, get user input, and set up actions within dialogs.


Default flows

  • Hello - First flow when the customer returns to the bot. Has greetings dialog by default.
  • Sorry - Executed when the bot is unable to proceed further in the conversation. It can be used to redirect the customer to an Agent.

Keep in mind that you won't be able to rename the default flows as certain workflows like BYOB and intent-based bots are dependent on the flow name.


Flow

A set of dialogs grouped together create a flow. Within a flow, dialogs are sequentially connected to each other by default.


Functions

The bot builder provides you with commonly used functions for your daily operations, such as fetching current date, separating strings by a delimiter, manipulating date and time, etc. These functions act as placeholders and take care of populating values for fields dynamically. You can insert them into any dialog by clicking the + button > Functions > pick the function that you need to use. For example, you can use the split function to split an email and extract the username of the customer.



  • The function can be picked from the dropdown
  • The input text can be from a dialog, API response, or a custom parameter.
  • The separator is where the response will be split
  • The index value indicates the position of which value should be returned (0 being the position of the first value).

In the example above the bot will ask for the email, use the separator (@, in this case), split the email into username (index=0) and domain(index=1) to return the name in the next dialog.

Learn more about using functions in the bot builder


Getting responses from your customers

You can configure each dialog to receive a response from the end user. You will need to specify what response type you require for each dialog. Checking the Get user response box allows you to configure answer types. The response types are grouped together as follows:


Input options:

  • Alphanumeric input
  • Articles
  • Button
  • Carousel
  • Custom
  • Date
  • Dropdown
  • Feedback
  • File & image
  • Number
  • Text field
  • Time


Customer details:

  • Email
  • Language
  • Name
  • Phone number


You can also choose to set up aliases for buttons, dropdowns, and carousels. While the display text is shown to your customers, your internal systems can process the alias value.
Learn more about the types of input options here.


Multilingual

When you have a global customer base, a bot talking to your customers in a language they best understand will improve your customer support and CSAT rating. You can access the multilingual options of your bot under Flows > Configure > Multilingual. Download the bot script in your primary language and update the script with translations to the new language you're looking to offer support in, update the script with the language you want to provide support in and upload the translated bot script.

Learn more about supporting your customers in multiple languages


Preview

The preview option allows you to test the bot based on the current configuration. 


Quick actions

They are options shown to the customer to choose from, during the bot conversation. You can choose between the three different quick actions:


  • Predefined buttons: Choose this option if the defined quick action is to be a button in the flow. By selecting the checkbox below, this button can show up for all dialogs in the bot conversation by default.
  • Widget menu: Choose this option if the defined quick action is to show up as part of the widget menu in the bot widget header.
  • Slash commands: Choose this option if the defined quick action is triggered by a / command in the input box. 


Slash commands and widget menu options can be defined globally but are not customizable for every conversation while preset buttons can be defined globally and are customizable for every conversation. 

Learn more about quick actions


Settings

    Types of users

  • Read Only - Can only view the bot configuration
  • Admin - Can view and make changes in the bot configuration
  • Owner - Can view and make changes in the bot configuration, add and delete users, manage billing, etc.
    The owner’s email will be the PoC for communication from the Bots team about product updates, error alerts, etc.


Widget customization

While building the bot, you spend a lot of time to ensure that the bot conversations match your brand and offer the right experience for your customers. You can also customize the bot widget to visually match your brand. 

Learn more about how you can put your brand on the bot widget