SlideShare a Scribd company logo
1 of 40
Download to read offline
Tips for Salesforce
Einstein Bot
Configuration
www.awsquality.com
Einstein Bots are part of Service Cloud. They are designed to
augment your human call center agents. This enables
customers to quickly and accurately interact with agents
without waiting for a human agent to become available.
Bots provide a chat-based interface to customers which
means that they can send messages, ask questions from
customers and take actions based on defined rules and/or
customer input.
Why is it needed?
In order to eliminate work load from your service agents,
organizations are moving further to configure it. Bots can
efficiently manage the routine requests and free your
agents to handle more complex issues. Bots have capability
in gathering pre-chat information to save your agents
precious time.
Advantages
• It can chat with a lot more customers at the same time
and it can do it faster than any of the agents.
• In case the customer did not get attention from the
actual agent then Bot smoothly transfers the customer to
an available agent.
• It understands customers in a more smarter way.
• Agents can have more time to work on complex
customer issues or values added activities. Less
agents handle time, less wait time, better user
experience, more happy customers.
• Customers are welcomed with a grand greeting,
and also redirect them to the relevant agents
whenever they feel the need for the same.
• Using NLU (Natural Language Understanding)
technologies, bots can learn how to respond to
customers appropriately and let agents do the
heavier lifting.
• Being smart enough, chatbots are responsible for
quick and intelligent responses to the customers’
queries, and let agents focus only on the complex
work.
How to set up?
• Enter Communities Settings in the Quick Find box after accessing setup,
then select Communities Settings.
• Select Enable communities.
• Enter a unique domain name and click Check Availability.
• Click Save.
• Click OK.
• Click New Community.
• Select the Customer Service template.
• Click Get Started.
• Name the community as per your choice.
• Click Create.
Run the Chat Guided Setup Flow
• Go to Salesforce Setup.
• Copy the URL that is associated with the community.
• Click on Service Setup to access Service Setup Home.
• Click on View All and select Chat with Customers.
• Click Start.
• For Queue Name, enter FAQs.
• For Name this Agent Group, enter any name.
• Click the plus sign next to your name, and click Next.
• Keep your agents’ chat workload as is, and click Next.
• For the Website URL, paste the URL you copied from your community.
• Click Next.
• Click the Service tile, then Next.
• Keep Offline Support off, and click Next.
Adding the Chat widget URL to your community’s
security settings to allow live web chat.
• From Setup, type Chat in the Quick Find box and select Chat Settings.
• Copy the URL in Chat API Endpoint.
• Access Setup >> enter Communities in the Quick Find box, then select All Communities.
• Click Builder next to your community.
• Click the Settings icon in the upper left.
• Click Security.
• Change the default Content Security Policy (CSP) from Strict CSP: Block Inline Scripts and Script
Access to All Third-party Hosts (Recommended) to Allow Inline Scripts and Script Access to
Whitelisted Third-party Hosts.
• Click Allow in the popup window.
• Click + Add Trusted Site in the Trusted Sites for Scripts below the CSP section,
• For the Name, enter LiveAgent.
• For the URL, enter the URL you copied from Chat API Endpoint in Chat Settings.
• Make sure Active is checked.
• Click Add Site.
Add Embedded Service Chat to Your
Community
• Access Setup >> enter All Communities in the Quick Find box, and select All Communities.
• Next to your community, click Builder.
• Click the Components icon in the top-left corner to open Components and scroll to the Support
section.
• Drag and drop the Embedded Service Chat to the template footer.
Set Up an Einstein Bot
• Access Setup >> enter Einstein Bots in the Quick Find box, and select Einstein
Bots.
• In the Settings area:
• Click the toggle button next to Einstein Bots to turn it On.
• Go through terms, and click the I’m authorized by my company to accept
these terms checkbox to accept them.
• Click Try Einstein.
• To provide your customers with a menu of options for interacting with your
Einstein Bot, click the drop-down menu next to the Bot Options Menu and
select Edit.
• Select the Enable Einstein Bots Options Menu checkbox and click on the
Save.
Create new Bot
• From Setup, in the Quick Find box type Einstein Bots, and select Einstein Bots.
• Click New.
• Review the welcome screen and click Next. A setup wizard allows you to go through a few
screens to gather basic information about the bot, including:
• Bot Name
• Greeting
• Main Menu Options
• Let’s name our Einstein Bot and enter the description: A basic customer service bot.
• Click Next.
• Enter a greeting message that identifies your bot by name and ensure that it’s not a human. For
example: Hi! I’m AQT, the customer service chatbot. How can I help you?
• Click Next.
• Now you have to set up a menu for your customers with common issues or questions you want
your bot to handle those.
• You can type any menu option that is relevant to your business needs.
• Click create and click on finish.
Add Prebuilt Dialogs and Customize the
Options Menu
• Add Prebuilt Dialogs to the Main Menu
• Click the Main Menu. This is the Main Menu dialog. It
consists of the menu options we specified in setup.
• Ensure Show a menu is selected.
• Click in the Select menu items search field.
• Select Transfer to Agent.
• Click again in the field and select End Chat.
• Click Save, which is present at the top right of the page.
Configure the Chat Button to Preview the Bot
• Click Overview from the dropdown menu.
• In the Channels section, click Add.
• Select Chat from the Select an Option dropdown menu
in the Add Channel window, .
• Enter some of the letters in the Deployment search box
and select the Chat Agents that you have created.
• Leave Require Agent Online unchecked.
• Click save.
Create a Dialog, Submenu, and Dialog Group
• Add a New Dialog to the Main Menu
• On the Dialogs page, click Deactivate.
• Click Yes.
• Click the plus sign and select New Dialog.
• For Name, enter Search FAQ.
• For API Name, enter Search_FAQ.
• Leave Dialog Description blank.
• Leave the Assign to Dialog Group setting set to none.
• Select Show in Bot Options Menu.
• Click Save.
• Click the Main Menu.
• Ensure Show a menu is selected in the Next Step
section.
• Click in Select menu items >> click Search FAQ.
• In order to rearrange menu items, click and drag them
to the desired position >> Click and drag Search FAQ,
moving it under Appointment Related.
• Click Save.
Create a Submenu
• Click on the plus sign and select New Dialog and
enter the details:
• Name: Order Status
• API Name: Order_Status
• Leave Show in Bot Options Menu unchecked.
• Click Save.
• Repeat this process for Cancel an Order.
• Addition of new dialogs to the Order Related menu.
• Click the Order Related dialog (in the left panel) and then select Show a menu from the Next
Step section.
• Add the menu items that are recently created. Type and then after select Order Status, Cancel an
Order.
• Click Save.
Create a Dialog Group
• Click Deactivate.
• Click Yes.
• Click the plus sign >> select New Group, and fill in the details.
• Name: Customer Orders
• API Name: Customer_Orders
• Click Save.
• Next to Order Related, click on the drop down arrow >> select
Edit. Select Customer Orders in the Assign to Dialog Group field.
• Select Show in Bot Options Menu.
• Click Save.
Bot Conversations Using Variables and Entities
• Create an Entity for Order Number
• Click the drop down arrow next to Dialog >> select Entities.
• Click New, and enter the details:
• Label: OrderNumberString
• Extraction Type: Pattern
• Regex: ^O-d{5}$ (Here i use regex that is a regular text expression
which describes a search pattern, to ensure Salesforce stores order
numbers in the proper format.The expression ^O-d{5}$ that
allows strings that start with the letter “O-” followed by five
numbers to be stored in any variable associated with this entity.)
• Click save.
Add a Question and Create a Variable
• Click the drop down arrow present next to Entities and select Dialog.
• Click the Order Status dialog and select Question that is present in the main
body of the dialog.
• In Bot Asks, enter What’s the order number? (Note: make sure that it usually
starts with letter O followed by a dash and 5 numbers.)
• Set the Entity Name to the OrderNumberString (Text).
• Click in the box named Save Answer to Variable box, and Select plus sign (+)
New Variable.
• Label: OrderNumber
• API Name: OrderNumber
• Data Type: Text
• Click Save.
• Click on the plus icon below the Question section and select Message.
• In the place Bot Says, enter the details like : Sure, let me look up this order {!OrderNumber} for
you.
• Click save.
Let’s test
• Activate the bot.
• In case if the Preview panel is not open then click on Preview.
• Next to the Name of Chat Agents, click Submit.
• Click Chat with an Expert.
• Fill each and every field values in the pre-chat form >> click Start
Chatting.
• Click Order Related.
• You have options to click either one New Message or scroll down
the chat window and subsequently click on Order Status.
• Enter O-12345 (example) and press Enter.
Now you can see your conversation below in
the main community that you have created.
Conclusion
Organizations are moving forward to configure the Bot that can efficiently
manage the routine requests and free your agents to handle more complex
issues. Bot enables customers to quickly and accurately interact (Customers
can send messages, ask questions and queries from Bot) with them without
waiting for a human agent to become available.
Source URL: https://www.awsquality.com/tips-for-salesforce-einstein-bot-
configuration/
Thank you!
AwsQuality
Center D-13
Sector 3 Noida,
Uttar Pradesh 201301 (India)
209 S Hazel St,
Ruston LA 71270 (USA)
info@awsquality.com
support@awsquality.com
sales@awsquality.com
+1-571-250-7375 | +91-120 434 6498

More Related Content

What's hot

Fast parallel data loading with the bulk API
Fast parallel data loading with the bulk APIFast parallel data loading with the bulk API
Fast parallel data loading with the bulk APISalesforce Developers
 
Replicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data CaptureReplicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data CaptureSalesforce Developers
 
Trailblazer community - Einstein for Service.pdf
Trailblazer community - Einstein for Service.pdfTrailblazer community - Einstein for Service.pdf
Trailblazer community - Einstein for Service.pdfyosra Saidani
 
Salesforce Sharing Architecture
Salesforce Sharing ArchitectureSalesforce Sharing Architecture
Salesforce Sharing Architecturegemziebeth
 
Einstein recommendations how it works
Einstein recommendations  how it works  Einstein recommendations  how it works
Einstein recommendations how it works Cloud Analogy
 
Apex Trigger Debugging: Solving the Hard Problems
Apex Trigger Debugging: Solving the Hard ProblemsApex Trigger Debugging: Solving the Hard Problems
Apex Trigger Debugging: Solving the Hard ProblemsSalesforce Developers
 
Integrating with salesforce
Integrating with salesforceIntegrating with salesforce
Integrating with salesforceMark Adcock
 
Discover deep insights with Salesforce Einstein Analytics and Discovery
Discover deep insights with Salesforce Einstein Analytics and DiscoveryDiscover deep insights with Salesforce Einstein Analytics and Discovery
Discover deep insights with Salesforce Einstein Analytics and DiscoveryNew Delhi Salesforce Developer Group
 
Salesforce Service cloud 3 presentation
Salesforce Service cloud 3 presentation Salesforce Service cloud 3 presentation
Salesforce Service cloud 3 presentation missmeryl
 
Two-Way Integration with Writable External Objects
Two-Way Integration with Writable External ObjectsTwo-Way Integration with Writable External Objects
Two-Way Integration with Writable External ObjectsSalesforce Developers
 
Real Time Integration with Salesforce Platform Events
Real Time Integration with Salesforce Platform EventsReal Time Integration with Salesforce Platform Events
Real Time Integration with Salesforce Platform EventsSalesforce Developers
 
SharePoint Upgrade & Migration Planning: From Strategy To Execution
SharePoint Upgrade & Migration Planning: From Strategy To ExecutionSharePoint Upgrade & Migration Planning: From Strategy To Execution
SharePoint Upgrade & Migration Planning: From Strategy To ExecutionRichard Harbridge
 
Microsoft Viva Connections - Set up and Extend with SPFx
Microsoft Viva Connections - Set up and Extend with SPFxMicrosoft Viva Connections - Set up and Extend with SPFx
Microsoft Viva Connections - Set up and Extend with SPFxNanddeep Nachan
 
Pardot implementation: Preparing for a Pardot implementation and managing you...
Pardot implementation: Preparing for a Pardot implementation and managing you...Pardot implementation: Preparing for a Pardot implementation and managing you...
Pardot implementation: Preparing for a Pardot implementation and managing you...Brainrider B2B Marketing
 
Best Practices for Team Development in a Single Org
Best Practices for Team Development in a Single OrgBest Practices for Team Development in a Single Org
Best Practices for Team Development in a Single OrgSalesforce Developers
 
Salesforce - Implicit Sharing, Record Locks & Skews
Salesforce - Implicit Sharing, Record Locks & SkewsSalesforce - Implicit Sharing, Record Locks & Skews
Salesforce - Implicit Sharing, Record Locks & SkewsNora Nicklis
 

What's hot (20)

Fast parallel data loading with the bulk API
Fast parallel data loading with the bulk APIFast parallel data loading with the bulk API
Fast parallel data loading with the bulk API
 
Replicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data CaptureReplicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data Capture
 
Salesforce 開発入門
Salesforce 開発入門Salesforce 開発入門
Salesforce 開発入門
 
Einstein Next Best Action を試してみよう
Einstein Next Best Action を試してみようEinstein Next Best Action を試してみよう
Einstein Next Best Action を試してみよう
 
Trailblazer community - Einstein for Service.pdf
Trailblazer community - Einstein for Service.pdfTrailblazer community - Einstein for Service.pdf
Trailblazer community - Einstein for Service.pdf
 
Salesforce Sharing Architecture
Salesforce Sharing ArchitectureSalesforce Sharing Architecture
Salesforce Sharing Architecture
 
Einstein recommendations how it works
Einstein recommendations  how it works  Einstein recommendations  how it works
Einstein recommendations how it works
 
Apex Trigger Debugging: Solving the Hard Problems
Apex Trigger Debugging: Solving the Hard ProblemsApex Trigger Debugging: Solving the Hard Problems
Apex Trigger Debugging: Solving the Hard Problems
 
Integrating with salesforce
Integrating with salesforceIntegrating with salesforce
Integrating with salesforce
 
Introduction to Apex Triggers
Introduction to Apex TriggersIntroduction to Apex Triggers
Introduction to Apex Triggers
 
Discover deep insights with Salesforce Einstein Analytics and Discovery
Discover deep insights with Salesforce Einstein Analytics and DiscoveryDiscover deep insights with Salesforce Einstein Analytics and Discovery
Discover deep insights with Salesforce Einstein Analytics and Discovery
 
Salesforce Service cloud 3 presentation
Salesforce Service cloud 3 presentation Salesforce Service cloud 3 presentation
Salesforce Service cloud 3 presentation
 
Two-Way Integration with Writable External Objects
Two-Way Integration with Writable External ObjectsTwo-Way Integration with Writable External Objects
Two-Way Integration with Writable External Objects
 
Real Time Integration with Salesforce Platform Events
Real Time Integration with Salesforce Platform EventsReal Time Integration with Salesforce Platform Events
Real Time Integration with Salesforce Platform Events
 
SharePoint Upgrade & Migration Planning: From Strategy To Execution
SharePoint Upgrade & Migration Planning: From Strategy To ExecutionSharePoint Upgrade & Migration Planning: From Strategy To Execution
SharePoint Upgrade & Migration Planning: From Strategy To Execution
 
Microsoft Viva Connections - Set up and Extend with SPFx
Microsoft Viva Connections - Set up and Extend with SPFxMicrosoft Viva Connections - Set up and Extend with SPFx
Microsoft Viva Connections - Set up and Extend with SPFx
 
Pardot implementation: Preparing for a Pardot implementation and managing you...
Pardot implementation: Preparing for a Pardot implementation and managing you...Pardot implementation: Preparing for a Pardot implementation and managing you...
Pardot implementation: Preparing for a Pardot implementation and managing you...
 
Sharepoint overview
Sharepoint overviewSharepoint overview
Sharepoint overview
 
Best Practices for Team Development in a Single Org
Best Practices for Team Development in a Single OrgBest Practices for Team Development in a Single Org
Best Practices for Team Development in a Single Org
 
Salesforce - Implicit Sharing, Record Locks & Skews
Salesforce - Implicit Sharing, Record Locks & SkewsSalesforce - Implicit Sharing, Record Locks & Skews
Salesforce - Implicit Sharing, Record Locks & Skews
 

Similar to Tips for salesforce einstein bot configuration !

Watson assistant Tutorial
Watson assistant TutorialWatson assistant Tutorial
Watson assistant TutorialJane Fung
 
Microsoft teams employee onboarding
Microsoft teams employee onboardingMicrosoft teams employee onboarding
Microsoft teams employee onboardingParag Rege
 
Conteneo Weave Decision Engine
Conteneo Weave Decision EngineConteneo Weave Decision Engine
Conteneo Weave Decision EngineLuke Hohmann
 
Quotation Templates in Odoo 15
 Quotation Templates in Odoo 15 Quotation Templates in Odoo 15
Quotation Templates in Odoo 15Celine George
 
WebsiteAlive General Setup Guide
WebsiteAlive General Setup GuideWebsiteAlive General Setup Guide
WebsiteAlive General Setup GuideWebsiteAlive
 
WebsiteAlive Quick Start Guide
WebsiteAlive Quick Start GuideWebsiteAlive Quick Start Guide
WebsiteAlive Quick Start GuideWebsiteAlive
 
Microsoft Healthcare Bot
Microsoft Healthcare BotMicrosoft Healthcare Bot
Microsoft Healthcare BotCheah Eng Soon
 
Firefox marketplace
Firefox marketplaceFirefox marketplace
Firefox marketplaceTina Verbo
 
Understand your seller panel
Understand your seller panelUnderstand your seller panel
Understand your seller panelPaytm
 
Smm notes & content
Smm notes & contentSmm notes & content
Smm notes & contentrubina sayyed
 
Magento SEO Hub Extension
Magento SEO Hub ExtensionMagento SEO Hub Extension
Magento SEO Hub ExtensionAppJetty
 
Know your seller panel- II
Know your seller panel- IIKnow your seller panel- II
Know your seller panel- IIPaytm
 
WebsiteAlive Integration: Squarespace
WebsiteAlive Integration: SquarespaceWebsiteAlive Integration: Squarespace
WebsiteAlive Integration: SquarespaceWebsiteAlive
 
Mobile VoIP Reseller Account generation
Mobile VoIP Reseller Account generationMobile VoIP Reseller Account generation
Mobile VoIP Reseller Account generationSTARSSIP LIMITED
 
High level set up of RETextweb and Paradigm mobile-rev0
High level set up of RETextweb and Paradigm mobile-rev0High level set up of RETextweb and Paradigm mobile-rev0
High level set up of RETextweb and Paradigm mobile-rev0JB Cohen
 
catalogue_managementservices_product.pdf
catalogue_managementservices_product.pdfcatalogue_managementservices_product.pdf
catalogue_managementservices_product.pdfTRANSPACE
 

Similar to Tips for salesforce einstein bot configuration ! (20)

Watson assistant Tutorial
Watson assistant TutorialWatson assistant Tutorial
Watson assistant Tutorial
 
Einstein Bots
 Einstein Bots Einstein Bots
Einstein Bots
 
Introduction to Einstein Bots
Introduction to Einstein BotsIntroduction to Einstein Bots
Introduction to Einstein Bots
 
Microsoft teams employee onboarding
Microsoft teams employee onboardingMicrosoft teams employee onboarding
Microsoft teams employee onboarding
 
Conteneo Weave Decision Engine
Conteneo Weave Decision EngineConteneo Weave Decision Engine
Conteneo Weave Decision Engine
 
Quotation Templates in Odoo 15
 Quotation Templates in Odoo 15 Quotation Templates in Odoo 15
Quotation Templates in Odoo 15
 
WebsiteAlive General Setup Guide
WebsiteAlive General Setup GuideWebsiteAlive General Setup Guide
WebsiteAlive General Setup Guide
 
WebsiteAlive Quick Start Guide
WebsiteAlive Quick Start GuideWebsiteAlive Quick Start Guide
WebsiteAlive Quick Start Guide
 
Microsoft Healthcare Bot
Microsoft Healthcare BotMicrosoft Healthcare Bot
Microsoft Healthcare Bot
 
Firefox marketplace
Firefox marketplaceFirefox marketplace
Firefox marketplace
 
Understand your seller panel
Understand your seller panelUnderstand your seller panel
Understand your seller panel
 
Smm notes & content
Smm notes & contentSmm notes & content
Smm notes & content
 
Magento SEO Hub Extension
Magento SEO Hub ExtensionMagento SEO Hub Extension
Magento SEO Hub Extension
 
Know your seller panel- II
Know your seller panel- IIKnow your seller panel- II
Know your seller panel- II
 
WebsiteAlive Integration: Squarespace
WebsiteAlive Integration: SquarespaceWebsiteAlive Integration: Squarespace
WebsiteAlive Integration: Squarespace
 
Microsoft power virtual agents
Microsoft power virtual agentsMicrosoft power virtual agents
Microsoft power virtual agents
 
Employee Community
Employee CommunityEmployee Community
Employee Community
 
Mobile VoIP Reseller Account generation
Mobile VoIP Reseller Account generationMobile VoIP Reseller Account generation
Mobile VoIP Reseller Account generation
 
High level set up of RETextweb and Paradigm mobile-rev0
High level set up of RETextweb and Paradigm mobile-rev0High level set up of RETextweb and Paradigm mobile-rev0
High level set up of RETextweb and Paradigm mobile-rev0
 
catalogue_managementservices_product.pdf
catalogue_managementservices_product.pdfcatalogue_managementservices_product.pdf
catalogue_managementservices_product.pdf
 

More from AwsQuality

Efficient Salesforce Operations How Support and Maintenance Services Enhance ...
Efficient Salesforce Operations How Support and Maintenance Services Enhance ...Efficient Salesforce Operations How Support and Maintenance Services Enhance ...
Efficient Salesforce Operations How Support and Maintenance Services Enhance ...AwsQuality
 
Top Salesforce Development Companies in India Transforming Businesses with Ex...
Top Salesforce Development Companies in India Transforming Businesses with Ex...Top Salesforce Development Companies in India Transforming Businesses with Ex...
Top Salesforce Development Companies in India Transforming Businesses with Ex...AwsQuality
 
Managing Your Business Growth with Salesforce Service Cloud’s Customization T...
Managing Your Business Growth with Salesforce Service Cloud’s Customization T...Managing Your Business Growth with Salesforce Service Cloud’s Customization T...
Managing Your Business Growth with Salesforce Service Cloud’s Customization T...AwsQuality
 
Maximize Efficiency Easily Integrate Twilio with Salesforce in 7 Steps.pdf
Maximize Efficiency Easily Integrate Twilio with Salesforce in 7 Steps.pdfMaximize Efficiency Easily Integrate Twilio with Salesforce in 7 Steps.pdf
Maximize Efficiency Easily Integrate Twilio with Salesforce in 7 Steps.pdfAwsQuality
 
Detail Guide on SMS Integration with Salesforce.pdf
Detail Guide on SMS Integration with Salesforce.pdfDetail Guide on SMS Integration with Salesforce.pdf
Detail Guide on SMS Integration with Salesforce.pdfAwsQuality
 
Connecting Salesforce and Excel A Step-by-Step Integration Guide.pdf
Connecting Salesforce and Excel A Step-by-Step Integration Guide.pdfConnecting Salesforce and Excel A Step-by-Step Integration Guide.pdf
Connecting Salesforce and Excel A Step-by-Step Integration Guide.pdfAwsQuality
 
Effortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdf
Effortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdfEffortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdf
Effortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdfAwsQuality
 
How Salesforce Sales Cloud Scales and Customizes to Your Business.pdf
How Salesforce Sales Cloud Scales and Customizes to Your Business.pdfHow Salesforce Sales Cloud Scales and Customizes to Your Business.pdf
How Salesforce Sales Cloud Scales and Customizes to Your Business.pdfAwsQuality
 
A Comprehensive Guide to Salesforce Einstein Analytics.pdf
A Comprehensive Guide to Salesforce Einstein Analytics.pdfA Comprehensive Guide to Salesforce Einstein Analytics.pdf
A Comprehensive Guide to Salesforce Einstein Analytics.pdfAwsQuality
 
Drive Revenue and Loyalty with Salesforce Marketing Cloud Services.pdf
Drive Revenue and Loyalty with Salesforce Marketing Cloud Services.pdfDrive Revenue and Loyalty with Salesforce Marketing Cloud Services.pdf
Drive Revenue and Loyalty with Salesforce Marketing Cloud Services.pdfAwsQuality
 
Salesforce Implementation for Healthcare Industry Use Cases and Challenges.pdf
Salesforce Implementation for Healthcare Industry Use Cases and Challenges.pdfSalesforce Implementation for Healthcare Industry Use Cases and Challenges.pdf
Salesforce Implementation for Healthcare Industry Use Cases and Challenges.pdfAwsQuality
 
How to Optimize Salesforce Service Cloud for Your Business.pdf
How to Optimize Salesforce Service Cloud for Your Business.pdfHow to Optimize Salesforce Service Cloud for Your Business.pdf
How to Optimize Salesforce Service Cloud for Your Business.pdfAwsQuality
 
The Role of Salesforce Sales Cloud in Improving Customer Experience
The Role of Salesforce Sales Cloud in Improving Customer ExperienceThe Role of Salesforce Sales Cloud in Improving Customer Experience
The Role of Salesforce Sales Cloud in Improving Customer ExperienceAwsQuality
 
Salesforce Implementation Partner in India- AwsQuality.pdf
Salesforce Implementation Partner in India- AwsQuality.pdfSalesforce Implementation Partner in India- AwsQuality.pdf
Salesforce Implementation Partner in India- AwsQuality.pdfAwsQuality
 
Salesforce Consulting Company- AwsQuality.pdf
Salesforce Consulting Company- AwsQuality.pdfSalesforce Consulting Company- AwsQuality.pdf
Salesforce Consulting Company- AwsQuality.pdfAwsQuality
 
3 Easy Steps to Integrate Salesforce and Dropbox.pptx
3 Easy Steps to Integrate Salesforce and Dropbox.pptx3 Easy Steps to Integrate Salesforce and Dropbox.pptx
3 Easy Steps to Integrate Salesforce and Dropbox.pptxAwsQuality
 
Information About Salesloft and Salesforce Integration.pptx
Information About Salesloft and Salesforce Integration.pptxInformation About Salesloft and Salesforce Integration.pptx
Information About Salesloft and Salesforce Integration.pptxAwsQuality
 
Step by Step Salesforce Integration with AWS.pptx
Step by Step Salesforce Integration with AWS.pptxStep by Step Salesforce Integration with AWS.pptx
Step by Step Salesforce Integration with AWS.pptxAwsQuality
 
Guide to How Salesforce and Stripe Integration.pptx
Guide to How Salesforce and Stripe Integration.pptxGuide to How Salesforce and Stripe Integration.pptx
Guide to How Salesforce and Stripe Integration.pptxAwsQuality
 
Detail Guide on SMS Integration with Salesforce.pptx
Detail Guide on SMS Integration with Salesforce.pptxDetail Guide on SMS Integration with Salesforce.pptx
Detail Guide on SMS Integration with Salesforce.pptxAwsQuality
 

More from AwsQuality (20)

Efficient Salesforce Operations How Support and Maintenance Services Enhance ...
Efficient Salesforce Operations How Support and Maintenance Services Enhance ...Efficient Salesforce Operations How Support and Maintenance Services Enhance ...
Efficient Salesforce Operations How Support and Maintenance Services Enhance ...
 
Top Salesforce Development Companies in India Transforming Businesses with Ex...
Top Salesforce Development Companies in India Transforming Businesses with Ex...Top Salesforce Development Companies in India Transforming Businesses with Ex...
Top Salesforce Development Companies in India Transforming Businesses with Ex...
 
Managing Your Business Growth with Salesforce Service Cloud’s Customization T...
Managing Your Business Growth with Salesforce Service Cloud’s Customization T...Managing Your Business Growth with Salesforce Service Cloud’s Customization T...
Managing Your Business Growth with Salesforce Service Cloud’s Customization T...
 
Maximize Efficiency Easily Integrate Twilio with Salesforce in 7 Steps.pdf
Maximize Efficiency Easily Integrate Twilio with Salesforce in 7 Steps.pdfMaximize Efficiency Easily Integrate Twilio with Salesforce in 7 Steps.pdf
Maximize Efficiency Easily Integrate Twilio with Salesforce in 7 Steps.pdf
 
Detail Guide on SMS Integration with Salesforce.pdf
Detail Guide on SMS Integration with Salesforce.pdfDetail Guide on SMS Integration with Salesforce.pdf
Detail Guide on SMS Integration with Salesforce.pdf
 
Connecting Salesforce and Excel A Step-by-Step Integration Guide.pdf
Connecting Salesforce and Excel A Step-by-Step Integration Guide.pdfConnecting Salesforce and Excel A Step-by-Step Integration Guide.pdf
Connecting Salesforce and Excel A Step-by-Step Integration Guide.pdf
 
Effortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdf
Effortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdfEffortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdf
Effortless Integration 3 Simple Ways to Connect Oracle and Salesforce.pdf
 
How Salesforce Sales Cloud Scales and Customizes to Your Business.pdf
How Salesforce Sales Cloud Scales and Customizes to Your Business.pdfHow Salesforce Sales Cloud Scales and Customizes to Your Business.pdf
How Salesforce Sales Cloud Scales and Customizes to Your Business.pdf
 
A Comprehensive Guide to Salesforce Einstein Analytics.pdf
A Comprehensive Guide to Salesforce Einstein Analytics.pdfA Comprehensive Guide to Salesforce Einstein Analytics.pdf
A Comprehensive Guide to Salesforce Einstein Analytics.pdf
 
Drive Revenue and Loyalty with Salesforce Marketing Cloud Services.pdf
Drive Revenue and Loyalty with Salesforce Marketing Cloud Services.pdfDrive Revenue and Loyalty with Salesforce Marketing Cloud Services.pdf
Drive Revenue and Loyalty with Salesforce Marketing Cloud Services.pdf
 
Salesforce Implementation for Healthcare Industry Use Cases and Challenges.pdf
Salesforce Implementation for Healthcare Industry Use Cases and Challenges.pdfSalesforce Implementation for Healthcare Industry Use Cases and Challenges.pdf
Salesforce Implementation for Healthcare Industry Use Cases and Challenges.pdf
 
How to Optimize Salesforce Service Cloud for Your Business.pdf
How to Optimize Salesforce Service Cloud for Your Business.pdfHow to Optimize Salesforce Service Cloud for Your Business.pdf
How to Optimize Salesforce Service Cloud for Your Business.pdf
 
The Role of Salesforce Sales Cloud in Improving Customer Experience
The Role of Salesforce Sales Cloud in Improving Customer ExperienceThe Role of Salesforce Sales Cloud in Improving Customer Experience
The Role of Salesforce Sales Cloud in Improving Customer Experience
 
Salesforce Implementation Partner in India- AwsQuality.pdf
Salesforce Implementation Partner in India- AwsQuality.pdfSalesforce Implementation Partner in India- AwsQuality.pdf
Salesforce Implementation Partner in India- AwsQuality.pdf
 
Salesforce Consulting Company- AwsQuality.pdf
Salesforce Consulting Company- AwsQuality.pdfSalesforce Consulting Company- AwsQuality.pdf
Salesforce Consulting Company- AwsQuality.pdf
 
3 Easy Steps to Integrate Salesforce and Dropbox.pptx
3 Easy Steps to Integrate Salesforce and Dropbox.pptx3 Easy Steps to Integrate Salesforce and Dropbox.pptx
3 Easy Steps to Integrate Salesforce and Dropbox.pptx
 
Information About Salesloft and Salesforce Integration.pptx
Information About Salesloft and Salesforce Integration.pptxInformation About Salesloft and Salesforce Integration.pptx
Information About Salesloft and Salesforce Integration.pptx
 
Step by Step Salesforce Integration with AWS.pptx
Step by Step Salesforce Integration with AWS.pptxStep by Step Salesforce Integration with AWS.pptx
Step by Step Salesforce Integration with AWS.pptx
 
Guide to How Salesforce and Stripe Integration.pptx
Guide to How Salesforce and Stripe Integration.pptxGuide to How Salesforce and Stripe Integration.pptx
Guide to How Salesforce and Stripe Integration.pptx
 
Detail Guide on SMS Integration with Salesforce.pptx
Detail Guide on SMS Integration with Salesforce.pptxDetail Guide on SMS Integration with Salesforce.pptx
Detail Guide on SMS Integration with Salesforce.pptx
 

Recently uploaded

Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 

Recently uploaded (20)

Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 

Tips for salesforce einstein bot configuration !

  • 1. Tips for Salesforce Einstein Bot Configuration www.awsquality.com
  • 2. Einstein Bots are part of Service Cloud. They are designed to augment your human call center agents. This enables customers to quickly and accurately interact with agents without waiting for a human agent to become available. Bots provide a chat-based interface to customers which means that they can send messages, ask questions from customers and take actions based on defined rules and/or customer input.
  • 3. Why is it needed? In order to eliminate work load from your service agents, organizations are moving further to configure it. Bots can efficiently manage the routine requests and free your agents to handle more complex issues. Bots have capability in gathering pre-chat information to save your agents precious time.
  • 4. Advantages • It can chat with a lot more customers at the same time and it can do it faster than any of the agents. • In case the customer did not get attention from the actual agent then Bot smoothly transfers the customer to an available agent. • It understands customers in a more smarter way.
  • 5. • Agents can have more time to work on complex customer issues or values added activities. Less agents handle time, less wait time, better user experience, more happy customers. • Customers are welcomed with a grand greeting, and also redirect them to the relevant agents whenever they feel the need for the same.
  • 6. • Using NLU (Natural Language Understanding) technologies, bots can learn how to respond to customers appropriately and let agents do the heavier lifting. • Being smart enough, chatbots are responsible for quick and intelligent responses to the customers’ queries, and let agents focus only on the complex work.
  • 7. How to set up? • Enter Communities Settings in the Quick Find box after accessing setup, then select Communities Settings. • Select Enable communities. • Enter a unique domain name and click Check Availability. • Click Save. • Click OK. • Click New Community. • Select the Customer Service template. • Click Get Started. • Name the community as per your choice. • Click Create.
  • 8.
  • 9. Run the Chat Guided Setup Flow • Go to Salesforce Setup. • Copy the URL that is associated with the community. • Click on Service Setup to access Service Setup Home. • Click on View All and select Chat with Customers. • Click Start. • For Queue Name, enter FAQs. • For Name this Agent Group, enter any name. • Click the plus sign next to your name, and click Next. • Keep your agents’ chat workload as is, and click Next. • For the Website URL, paste the URL you copied from your community. • Click Next. • Click the Service tile, then Next. • Keep Offline Support off, and click Next.
  • 10.
  • 11. Adding the Chat widget URL to your community’s security settings to allow live web chat. • From Setup, type Chat in the Quick Find box and select Chat Settings. • Copy the URL in Chat API Endpoint.
  • 12. • Access Setup >> enter Communities in the Quick Find box, then select All Communities. • Click Builder next to your community. • Click the Settings icon in the upper left. • Click Security. • Change the default Content Security Policy (CSP) from Strict CSP: Block Inline Scripts and Script Access to All Third-party Hosts (Recommended) to Allow Inline Scripts and Script Access to Whitelisted Third-party Hosts. • Click Allow in the popup window. • Click + Add Trusted Site in the Trusted Sites for Scripts below the CSP section, • For the Name, enter LiveAgent. • For the URL, enter the URL you copied from Chat API Endpoint in Chat Settings. • Make sure Active is checked. • Click Add Site.
  • 13.
  • 14. Add Embedded Service Chat to Your Community • Access Setup >> enter All Communities in the Quick Find box, and select All Communities. • Next to your community, click Builder. • Click the Components icon in the top-left corner to open Components and scroll to the Support section. • Drag and drop the Embedded Service Chat to the template footer.
  • 15. Set Up an Einstein Bot • Access Setup >> enter Einstein Bots in the Quick Find box, and select Einstein Bots. • In the Settings area: • Click the toggle button next to Einstein Bots to turn it On. • Go through terms, and click the I’m authorized by my company to accept these terms checkbox to accept them. • Click Try Einstein. • To provide your customers with a menu of options for interacting with your Einstein Bot, click the drop-down menu next to the Bot Options Menu and select Edit. • Select the Enable Einstein Bots Options Menu checkbox and click on the Save.
  • 16.
  • 17. Create new Bot • From Setup, in the Quick Find box type Einstein Bots, and select Einstein Bots. • Click New. • Review the welcome screen and click Next. A setup wizard allows you to go through a few screens to gather basic information about the bot, including: • Bot Name • Greeting • Main Menu Options • Let’s name our Einstein Bot and enter the description: A basic customer service bot. • Click Next. • Enter a greeting message that identifies your bot by name and ensure that it’s not a human. For example: Hi! I’m AQT, the customer service chatbot. How can I help you? • Click Next.
  • 18.
  • 19. • Now you have to set up a menu for your customers with common issues or questions you want your bot to handle those. • You can type any menu option that is relevant to your business needs. • Click create and click on finish.
  • 20. Add Prebuilt Dialogs and Customize the Options Menu • Add Prebuilt Dialogs to the Main Menu • Click the Main Menu. This is the Main Menu dialog. It consists of the menu options we specified in setup. • Ensure Show a menu is selected. • Click in the Select menu items search field. • Select Transfer to Agent. • Click again in the field and select End Chat. • Click Save, which is present at the top right of the page.
  • 21.
  • 22. Configure the Chat Button to Preview the Bot • Click Overview from the dropdown menu. • In the Channels section, click Add. • Select Chat from the Select an Option dropdown menu in the Add Channel window, . • Enter some of the letters in the Deployment search box and select the Chat Agents that you have created. • Leave Require Agent Online unchecked. • Click save.
  • 23.
  • 24. Create a Dialog, Submenu, and Dialog Group • Add a New Dialog to the Main Menu • On the Dialogs page, click Deactivate. • Click Yes. • Click the plus sign and select New Dialog. • For Name, enter Search FAQ. • For API Name, enter Search_FAQ. • Leave Dialog Description blank. • Leave the Assign to Dialog Group setting set to none. • Select Show in Bot Options Menu.
  • 25. • Click Save. • Click the Main Menu. • Ensure Show a menu is selected in the Next Step section. • Click in Select menu items >> click Search FAQ. • In order to rearrange menu items, click and drag them to the desired position >> Click and drag Search FAQ, moving it under Appointment Related. • Click Save.
  • 26.
  • 27. Create a Submenu • Click on the plus sign and select New Dialog and enter the details: • Name: Order Status • API Name: Order_Status • Leave Show in Bot Options Menu unchecked. • Click Save. • Repeat this process for Cancel an Order.
  • 28. • Addition of new dialogs to the Order Related menu. • Click the Order Related dialog (in the left panel) and then select Show a menu from the Next Step section. • Add the menu items that are recently created. Type and then after select Order Status, Cancel an Order. • Click Save.
  • 29. Create a Dialog Group • Click Deactivate. • Click Yes. • Click the plus sign >> select New Group, and fill in the details. • Name: Customer Orders • API Name: Customer_Orders • Click Save. • Next to Order Related, click on the drop down arrow >> select Edit. Select Customer Orders in the Assign to Dialog Group field. • Select Show in Bot Options Menu. • Click Save.
  • 30.
  • 31. Bot Conversations Using Variables and Entities • Create an Entity for Order Number • Click the drop down arrow next to Dialog >> select Entities. • Click New, and enter the details: • Label: OrderNumberString • Extraction Type: Pattern • Regex: ^O-d{5}$ (Here i use regex that is a regular text expression which describes a search pattern, to ensure Salesforce stores order numbers in the proper format.The expression ^O-d{5}$ that allows strings that start with the letter “O-” followed by five numbers to be stored in any variable associated with this entity.) • Click save.
  • 32.
  • 33. Add a Question and Create a Variable • Click the drop down arrow present next to Entities and select Dialog. • Click the Order Status dialog and select Question that is present in the main body of the dialog. • In Bot Asks, enter What’s the order number? (Note: make sure that it usually starts with letter O followed by a dash and 5 numbers.) • Set the Entity Name to the OrderNumberString (Text). • Click in the box named Save Answer to Variable box, and Select plus sign (+) New Variable. • Label: OrderNumber • API Name: OrderNumber • Data Type: Text • Click Save.
  • 34.
  • 35. • Click on the plus icon below the Question section and select Message. • In the place Bot Says, enter the details like : Sure, let me look up this order {!OrderNumber} for you. • Click save.
  • 36. Let’s test • Activate the bot. • In case if the Preview panel is not open then click on Preview. • Next to the Name of Chat Agents, click Submit. • Click Chat with an Expert. • Fill each and every field values in the pre-chat form >> click Start Chatting. • Click Order Related. • You have options to click either one New Message or scroll down the chat window and subsequently click on Order Status. • Enter O-12345 (example) and press Enter.
  • 37.
  • 38. Now you can see your conversation below in the main community that you have created.
  • 39. Conclusion Organizations are moving forward to configure the Bot that can efficiently manage the routine requests and free your agents to handle more complex issues. Bot enables customers to quickly and accurately interact (Customers can send messages, ask questions and queries from Bot) with them without waiting for a human agent to become available. Source URL: https://www.awsquality.com/tips-for-salesforce-einstein-bot- configuration/
  • 40. Thank you! AwsQuality Center D-13 Sector 3 Noida, Uttar Pradesh 201301 (India) 209 S Hazel St, Ruston LA 71270 (USA) info@awsquality.com support@awsquality.com sales@awsquality.com +1-571-250-7375 | +91-120 434 6498