Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem Statement: During the conversation between an end-user and a support analyst, sometimes, the user would want the support analyst from Luma Virtual Agent to create a ticket or perform an action on behalf of them.

Opportunity: Helping the end-user to fulfill their ask by gathering the information from them and creating a request as per their need. Provide additional support of taking actions to create tickets and letting the user know once the request has been submitted. The comfort of submitting the desired request in the end-user context. Inputs are provided to a Support Agent who can execute bids in the target systems.

Approach: Develop an action that receives inputs from the support analyst from Luma Support, ISM Support, Knowledge Management Support, or a Default Support team who assists the end-user and populates the relevant details to get the desired action performedWhen in conversation with the Users, Analysts/Support Agents may need an option to create tickets on behalf of the User. These tickets need to be in the context of the User, also based on the details provided by the User.

Opportunity: To provide an option to the Support Agents for creating tickets from the Agent Chat Console so that the Support Agents can create tickets in the context of the User and can share the details to the User for further reference.

Approach: An option to create tickets using the “Support Agent Action” option in the Agent Chat Console. The Support Agent can now create tickets in the context/on behalf of the User so that if the user wants to track their tickets the next time, it is visible to them.

The following are the key steps in creating the ticket in ISM by a support analyst for an end-user:

...

Define Integration

  1. Define the Prompt/Attribute named 'IssueCategory' to accept details of the issue category from the end-user:

    1. On Skill Builder--> Attribute tab, click on Create Attribute.

    2. Add attribute details such as Name and Data type.

    3. Set the User Prompt to Quick Reply and set the prompt message to be displayed to the end-user. For example, “Please provide issue category.“, “Provide Issue category. “

    4. Define the Issue categories as selectable options for the user, such as Luma, Intelligent Service Management, Knowledge Management, Others, etc.

    5. Click Save.

    Integration named ‘Create Service Request' under form submit and update the override value to 'Yes’.

    1. On the tenant menu, click on Integration.

    2. Create an Application with the integration type as REST.

    3. Add an instance to the ISM environment.

    4. Configure the ‘Create Service Request’ Operation.

    5. Fetch the ticket number received as a response from the web service and save it in a local attribute TicketNumber.

Create an Action

  1. Define the Support Agent Actions under Agent Chat Console tab on Tenant → Settings to execute actions on behalf of the end-user :

  2. On the Support Agent Actions tab, click on Create Action.

  3. Enter the form details such as Action Name, Status and Form Fields.Enter the steps to be performed by the support agent in Form Submit.

    1. Add an Action Name as “Create Service Request”.

    2. Set the Status to Active.

  4. Click on Next. On Form Fields add the form field description to enter the description provided by the user.

    1. Add display name “Description”.

    2. Choose “Multiline Text” for the field type

    3. Select Mandatory checkbox.

  5. Click on Next. Now move to Form Submit.

    1. Add “Integration” and select operation ‘Create Service Request'.

    2. Override the Integration and pass the value in the Description form field to the operation. Use syntax @{supportagentaction.formField.<fieldIdentifier>} to refer to the form field.

  6. Set the success message to be displayed to the support agent on successful form submission. Use the local attribute TicketNumber to show the logged ticket number to the support agent.For example; “Created ticket @{local.ticketIdentifier} in ISM“

  7. Click Create.

...

  1. Once the action

...

  1. is created, Go to the Agent chat console to test and Execute Support Agent Actions.

Your action has now been created successfully and support agents can execute the action on the Agent chat console.

Additional Resources

Visit the below Wiki Documentation for more information on:

  1. Creating To create an Attribute on Create Global Attributes

  2. Creating and Managing Skills is at Create Skills

  3. Defining Rulesets on Using Rule Sets

  4. Set Attribute on Create Skills → Set Attribute

  5. Skill Permissions on Create Skills → Manage Permissions

  6. Publishing Skill on Build and Publish

  7. Test your Skill on Test your Bot

  8. Debugging skill on Debug Skills

  9. Understanding Conversation logs on Conversation History.

  10. application Create an application

  11. Configure a 3rd party Web service integration on REST Integrations

  12. To create Integrations Integrations

  13. Create and manage support agent actions Support Agent Actions

  14. Configuring Executing the support agent actions Execute Support Agent Actions

  15. Managing the agent chat console settings is at Manage Agent Chat console