Versions Compared

Key

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

...

  1. Drag and drop the Text prompt from the palette onto the canvas.

  2. On the properties, change the step name from Prompt to a user-friendly name to identify and define what the step does. This improves the readability of the skill.

  3. You could create a new prompt by:

    1. Toggle to ‘New Prompt’.

    2. Add the ‘Message’ Luma should ask the user.

    3. Provide a name for the 'attribute’ to save the user’s response.

    4. Select the ‘datatype' type of information expected.

    5. Confirm if the prompt is mandatory. This means the users must provide the information to go ahead with the skill.

    6. Add the default value.

    7. Click on Create to create the attribute. This is optional. If not clicked, the attribute will be created automatically when Skill is saved.

      Image Removedimage-20240806-092548.pngImage Added
    8. To add more details to the attribute, such as NLP extraction method and validations, before saving it, click on the Advanced Configuration under the create button.

    9. Now you can pass global attributes to send in web widget context. This is applicable only for web widget.

  4. You could also use an existing attribute.

    1. This enables you to add an existing global attribute to the skill and use the prompt added to the attribute.

    2. Toggle the switch to Choose existing Prompt.

    3. Select the attribute. This loads the Message field with the message configured in the selected attribute.

    4. You change the details by overriding the attribute.

      1. You could click on the pencil icon to update the message. Once done, click on the green tick to save changes.

      2. Alternatively, click on the attribute name and make the required changes on the attribute override pop-up screen.
        For more details on attribute override, refer to Building Conversation Flow | Attribute Override.

  5. The Text prompt is now ready.

...

  1. Drag and drop the Card prompt from the palette onto the canvas.

  2. On the properties, change the step name to a user-friendly name to identify and define what the step does. This improves the readability of the skill.

  3. You could create a new prompt by:

    1. Toggle to ‘New Prompt’.

    2. Add the ‘Message’ Luma should ask the user.

    3. A card is added by default. Click on the card to define the card and option to be displayed to the user.

    4. Add as many cards as required. Click on the tag icon to change the payload of the option, which is the value saved in the attribute when the option is selected. For more information, refer to Build User Prompts.

    5. Provide a name for the 'attribute’ to save the user’s response.

    6. Select the ‘datatype' type of information expected.

    7. Confirm if the prompt is mandatory. This means the users must provide the information to go ahead with the skill.

    8. Add the default value.

    9. Click on Create to create the attribute. This is optional. If not clicked, the attribute will be created automatically when Skill is saved.

    10. To add more details to the attribute, such as NLP extraction method and validations, before saving it, click on the Advanced Configuration under the create button.

  4. You could also use an existing attribute.

    1. This enables you to add an existing global attribute to the skill and use the prompt added to the attribute.

    2. Toggle the switch to Choose existing Prompt.

    3. Select the attribute. This loads the Message field with the message configured in the selected attribute.

      Image RemovedImage Added
    4. You change the details by overriding the attribute.

      1. You could click on the pencil icon to update the message and options. Once done, click on the green tick to save changes.

      2. Alternatively, click on the attribute name and make the required changes on the attribute override pop-up screen.
        For more details on attribute override, refer to Building Conversation Flow | Attribute Override.

  5. The Card prompt is now ready.

...

  1. Drag and drop the Text Message from the palette onto the canvas.

  2. On the properties, change the step name from Message to a user-friendly name to identify and define what the step does. This improves the readability of the skill.

  3. Add the ‘Message’ to be displayed.

    Image Removedimage-20240806-093907.pngImage Added
  4. The Text Message is now ready.

  5. Now you can pass global attributes from text message control to send in web widget context. This is applicable only for web widget.

Message-Quick Replies

Quick Reply Message offers a selection to the end user. Using Quick Reply Messages, skill developers can build personalized conversations. Here you can define the message to be displayed, and the Options to be presented, providing a range of subsequent actions that can be taken.

...

  1. Drag and drop the Quick Reply prompt from the palette onto the canvas.

  2. On the properties, change the step name from Message to a user-friendly name to identify and define what the step does. This improves the readability of the skill.

  3. Add the ‘Message’ to be displayed. This is optional.

  4. Add as many options as required. You could add buttons that trigger another skill or conversation using ‘+Options' or open a URL using '+URL’

    Image Removedimage-20240806-094345.pngImage Added

  5. Click on the tag icon to change the value. This is the action taken when the option is selected. For more information, refer to Building Conversation Flow | Show Message.

  6. Now you can pass global attributes from message quick reply to send in web widget context. This is applicable only for web widget.

  7. The Quick Reply Message is now ready.

...

  1. Drag and drop the Card prompt from the palette onto the canvas.

  2. On the properties, change the step name from Message to a user-friendly name to identify and define what the step does. This improves the readability of the skill.

  3. Add the ‘Message’ to be displayed. This is optional.

  4. Add as many Cards as required. You could add buttons that trigger another skill or conversation using ‘+Options' or open a URL using '+URL’

    Image Removedimage-20240806-095103.pngImage Added
  5. Click on the tag icon to change the value. This is the action taken when the option is selected. For more information, refer to Building Conversation Flow | Show Message.

  6. The Card Message is now Now you can pass global attributes from message cards to send in web widget context. This is applicable only for web widget.

  7. The Card Message is now ready.

Image- Message

Image Messages allow skill developers to add simple text messages and images to be displayed to the user.

...

Info

The count 1,2,3… on the links of each Rule indicates the sequence in which the rules are evaluated. Else determines the fallback path that is taken when none of the rule is true.

Trigger Skill

Trigger Skill construct is used for dynamic branching in user conversation. With this construct, you can redirect users to another skill based on specific conditions or user actions. The Trigger Skill construct empowers the skill developer to create intricate decision paths, providing personalized pathways for users based on their unique needs. This construct indicates the end of the current skill and branches the conversation to another skill.

Info

Once the conversation flow is routed to the next skill, the control does not come back to the current skill

...

Set/Transformation Attributes

Set/Transform Attribute enables the skill developers to manipulate and store information obtained from users or integration calls. These constructs enable developers to convert values and use them in various contexts, such as executing tasks through integrations, branching to other skills using Rulesets, or providing users with informative messages. With Set/Transform Attributes, developers can enhance the functionality and customization of their skills by effectively utilizing and transforming data.

Here you can:

  • Set Attribute - Set the existing global or custom attributes with the values received from Integration calls. You could also create local attributes and use those tp retain information that can be used later in the skill.

  • Transform Attribute - Transform Attribute is used to transform the values and assign the transformed/formatted/customized value to a Global, Local, or Custom User Attribute. Luma Virtual Agent provides a range of Transformation functions to allow skill developers to convert the data as required, such as Split, Trim, Substring, Replace, Custom Date-Time, and more.

To add a Set/Transformation attribute, follow the below steps:

  1. Drag and drop the Trigger Skill Set/Transformation attribute construct from the palette onto the canvas.

    Image RemovedImage Added
  2. On the properties panel, select the skill to branch to.

  3. Select from the skill list.

  4. Click on the view button to view the details of the branching skill in a new tab.

    Image Removed

Set/Transformation Attributes

Set/Transform Attribute enables the skill developers to manipulate and store information obtained from users or integration calls. These constructs enable developers to convert values and use them in various contexts, such as executing tasks through integrations, branching to other skills using Rulesets, or providing users with informative messages. With Set/Transform Attributes, developers can enhance the functionality and customization of their skills by effectively utilizing and transforming data.

Here you can:

  • Set Attribute - Set the existing global or custom attributes with the values received from Integration calls. You could also create local attributes and use those tp retain information that can be used later in the skill.

  • Transform Attribute - Transform Attribute is used to transform the values and assign the transformed/formatted/customized value to a Global, Local, or Custom User Attribute. Luma Virtual Agent provides a range of Transformation functions to allow skill developers to convert the data as required, such as Split, Trim, Substring, Replace, Custom Date-Time, and more.

To add a Set/Transformation attribute, follow the below steps:

  1. Drag and drop the Set/Transformation attribute construct from the palette onto the canvas.

    Image Removed
  2. On the properties panel, you can now Set Attributes or Transform Attributes.

    Image Removed
  3. To Set Attribute:

    Click on ‘+Set attribute

    you can now Set Attributes or Transform Attributes.

    Image Added
  4. To Set Attribute:

    1. Click on ‘+Set attribute’.

    2. Now, on the Set Attribute control, configure the details.

    3. Select the attribute to be set.

      1. Select the scope of the attribute, i.e., Global, Local, or User Custom.

      2. Select the Attribute from the dropdown.

      3. Now add the Expression to indicate what type of value is to be assigned to the attribute. You could use a Value, JSON Path, indirect JSON, XPath, Indirect Xpath or Script to the set the value.

      4. Add an expression that holds to assign value.

        Image Added

      5. When using a script, add the script that returns a value to be set to the attribute. Use the following syntax to use existing attributes in the script:

        • contextAttributes.getAttribute("@{global.global1}"),

        • contextAttributes.getAttribute("@{local.local1}")

          image-20240619-192756.pngImage Added
  5. To Transform value:

    1. Click on ‘+Transform’.

    2. Now, on the Set Transform Attribute control, configure the details.

    3. Select the attribute to be set after transforming a value.

      1. Select the scope of the attribute, i.e., Global, Local, or User Custom.

      2. Select the Attribute from the dropdown.

      3. Now add the Expression to indicate what type of value is to be assigned to the attribute.

      4. Add an expression that holds to assign value.

        Image Removed

    To Transform value:

    1. Click on ‘+Transform’.

    2. Now, on the Transform Attribute control, configure the details.

    3. Select the attribute to be set after transforming a value.

      1. Select the scope of the attribute, i.e., Global, Local, or User Custom.

      2. Select the Attribute from the dropdown.

      3. Now select the Transformation function.

      4. Select the Function Mode.

      5. Based on the Function mode, provide information to the input parameters. select the Transformation function.

      6. Select the Function Mode.

      7. Based on the Function mode, provide information to the input parameters. For more details on how to use the Transformation function, refer to Using Transformation Function.

  6. You can add as many ‘Set and transform’ attributes as required. The functions are executed in the sequence in which these are added.

...

The clear attribute construct is used to clear the value available in an attribute. Skill developers can either clear specific attributes or clear all attributes. This flexibility ensures a clean slate for tailored user interactions and streamlined skill behavior. The controls allows you to clear Global as well as Local attributes used in the skill.

To Clear an attribute, follow the below steps:

  1. Drag and drop the Clear attribute construct from the palette onto the canvas.

  2. On the properties panel, you may clear Global attributes or Local attributes or both:

    1. Select In the ‘Clear Specific Global Attributes’ option.

      In the Attribute dropdown,

      Attribute section, you may:

      1. Select None if you do not wish to clear any Global attributes.

        Image Added
      2. Select the ‘Clear Specific Global Attributes’ option.

        1. In the Attribute dropdown, select the attributes to be cleared.

        Image Removed
        1. Image Added
      3. Select the ‘Clear All Global Attributes’ option.

        1. In the Attribute dropdown, select the attributes that should NOT be cleared and data should be retained.

        Image Removed

...

        1. Image Added

    1. In

...

    1. the Local Attribute section, you may:

      1. Select None if you do not wish to clear any Local attributes.

        Image Added
      2. Select the ‘Clear Specific Local Attributes’ option.

        1. In the Attribute dropdown, type the name of the attributes to be cleared.

          Image Added
      3. Select the ‘Clear All Local Attributes’ option.

        1. In the Attribute dropdown, type the name of the attribute that should NOT be cleared, and data should be retained.

          Image Added

Set KPIs

In Luma VA, you can configure skills to address end-user problems and divert support requests, either through automated services or using existing knowledge resources. The KPIs within Luma serve as measures of the value that skills bring to the organization. When crafting skills, developers use 'Set KPI' conversation construct to compute Luma KPIs as the skill is executed. Here, you can select the KPI metrics and parameters relevant to the skill. Depending on the setup and the conversation, KPIs are computed.

To use Set KPI in your skill follow the below steps:

Drag and drop "Set KPI" on the canvas.

...

On the properties panel, select the KPIs to be updated and the effort (in minutes) saved.

  1. You may update the following KPIs:

    1. Deflected Support Requests: The KPI indicates that the skill can deflect a support request. Specify the number of minutes that the skill can save as the user request is directly resolved and a support request is avoided

    2. Resolved with Knowledge: The KPI is linked to ‘Deflected Support Requests’. Mark 'Resolved with Knowledge' if the ticket is deflected by a Knowledge Articlea Knowledge Article deflects the ticket.

    3. Resolved with External Information: The KPI is linked to ‘Deflected Support Requests.’ Mark 'Resolved with External Information' if the ticket is deflected using the information generated from external sources like the Internet or generative AI.

    4. Actionable Support Requests:  Use the KPI to indicate that the skill creates a well-structured, actionable ticket. Specify the number of support minutes that can be saved by creating an actionable support request through Skill. The default value is set to 5 minutes.

    5. Automated Resolutions: The KPI indicates that the skill resolves user issues using an automated service. Specify the number of support minutes that can be saved by the execution of the automated service, skill, or job by executing the Skill.

    6. Ineffective Best Response: This is a Luma Knowledge KPI. The KPI indicates that the Knowledge Articles returned in the result set are incorrect or irrelevant to the user’s request.

    7. Knowledge Gap: This is a Luma Knowledge KPI. The KPI indicates that Knowledge articles are unavailable for the user’s request and the phrase should be marked as a Gap in Luma Knowledge.

    8. Knowledge Feedback: The Luma Knowledge KPI is used to record feedback on a Knowledge Article or a FAQ presented to the end-user. Select the type of article , and provide the Artifact ID and Feedback (Helpful/Not Helpful).

      Image Removed
    9. Skill Gap: This is a Luma VA Skill kpi. If the users response is negative during the conversation, using this kpi one can identify the cases where skill training or new skills are required.

      image-20240805-142531.pngImage Added
Info
  • The Luma Knowledge KPIs are managed in Luma Knowledge. The Dashboard in Luma Knowledge is updated based on the KPI information in Luma Virtual Agent.

  • KPIs can also be updated conditionally as part of Rule conditions. For more information, refer to Using Rule Sets

  • For Knowledge Feedback KPI, use the Knowledge context variables to get the FAQ and Article ID. For Example, Use@{knowledgeArticle.preciseAnswerId} to get FAQ ID of the answer presented to the user. Refer to Use Variables in Skills.

...

  1. Drag and drop Capture Feedback on the canvas.

  2. On the properties panel, select the type of feedback in the Feedback Prompt

    1. For Text type:

      1. Add the feedback question specific to the skill in the Message field.

    2. For Quick Replies:

      1. Add the response questions.

      2. You may add a follow-up action or skill in Payload to automatically trigger an action based on the feedback response selected by the end user.

      3. Click on the tag icon on the option and add the required action or skill in the ‘Value.’

  3. Add a Post Feedback Message. The message is triggered once the response to the survey is received.

...

Script

The 'End' block signifies the conclusion of a flow within the skill. When the skill execution reaches the End block, it signals the end of the skill's execution, triggering the Global Survey based on the specified configuration. While the End block is not mandatory, reaching a control without a subsequent node also marks the end of the skill execution and automatically accounts for the Survey, following the global configuration. To disable the survey for a specific path in the skill, you can incorporate the End Block accordingly.

To add an End, follow the below steps:

  1. Drag and drop the End block from the palette onto the canvas.

    Image Removed
  2. On the properties panel, select ‘Do not trigger Global Survey’ to ignore triggering the Survey to the skill.

    Image Removed

Integrations

In Bot Builder, Integrations enable skill to integrate with 3rd party processes and systems. These tools are used to connect the skill to another system to execute a task. The following are the constructs available in Utilities:

Integration

The 'Integration' feature provides a seamless connection between Luma VA and external systems. Using integrations, Luma VA fulfills user requests by performing specific actions on the integrated system. By incorporating this functionality into the conversation flow, you can trigger integration calls that interact with external applications to execute desired actions or retrieve relevant information. It enhances the capabilities of Luma VA, allowing for dynamic and efficient interactions with external systems to deliver a comprehensive and personalized user experience. For more information on configuring the integration, refer to Integrations.

To add an Integration to your skillScript block empowers skill developers to add custom scripts to their skills, enabling handling complex scenarios such as performing calculations, data manipulations, or implementing other custom logic. It provides flexibility and capability of your skills by allowing you to inject JavaScript directly into your conversation flow. Using scripts, you can perform complex processing and set or clear context attributes.

To use a script in the conversation, follow the below steps:

  1. Drag and drop the Script on the canvas.

    image-20240619-190629.pngImage Added
  2. On the properties panel, add the script to the script block.

    image-20240619-191059.pngImage Added

  3. Click on the maximize button on the screen to view the script pop-up.

Info

Use the following syntax to use existing attributes in the script

To refer to the value of a context variables:

  • contextAttributes.getAttribute("@{global.global1}")

  • contextAttributes.getAttribute("@{local.local1}")

To set a context attribute:

  • contextAttributes.setGlobalAttribute("global1", 123)

  • contextAttributes.setLocalAttribute("local1", 123)

To clear attributes:

  • contextAttributes.clearGlobalAttribute("global1”)

  • contextAttributes.clearLocalAttribute("local1")

  • contextAttributes.clearAllGlobalAttributes()

End

The 'End' block signifies the conclusion of a flow within the skill. When the skill execution reaches the End block, it signals the end of the skill's execution, triggering the Global Survey based on the specified configuration. While the End block is not mandatory, reaching a control without a subsequent node also marks the end of the skill execution and automatically accounts for the Survey, following the global configuration. To disable the survey for a specific path in the skill, you can incorporate the End Block accordingly.

To add an End, follow the below steps:

  1. Drag and drop the Integration construct End block from the palette onto the canvas.

    Image RemovedImage Added
  2. On the properties panel, select integration to be added.

    1. Select the Connected App in Integrate with Connected App.

    2. Select Operation to execute

    3. Select the Instance or environment where the operation should be executed.

      Image Removed
  3. In order to make specific changes to the operation based on the skill and user experience required for the skill, you may override the operation.

  4. Click on the operation name to open the override screen and make the required changes.

Info
  • You can add a construct on the canvas by drag and drop to the canvas. Alternatively, click on the '+' icon in the control and the next step.

  • To create link between two constructs, drag the cursor on the '+'. A hand icon appears, dragging which creates link between two controls.

  • You could also drop a control on a link to add a construct between two existing controls on the canvas.

Invoke Automation Workflow

Invoke Automation Workflow executes an Automation Workflow Service as part of your Skills. Automation Workflows allow Administrators or Skill developers to automate tasks on remote services, servers, applications, and hardware. Add an Automation Workflow to the Conversation Flow when the Skill needs to execute one of the automated workflow services.

For example, we can enable an AD account using Automation Workflows, which will be triggered when the end-user executes a skill related to it. For more information, refer to Automation in Luma

To add an Automation workflow to your skill, follow the below steps:

  1. Drag and drop the Invoke Automation Workflow construct from the palette onto the canvas.

    Image Removed
  2. On the properties panel, select the workflow to be executed as part of the skill.

  3. Provide values to the input parameters required for workflow execution.

    Image Removed

Search and Display

'Search and Display' tools empower the skill developers to enhance user interactions within a conversation with custom Knowledge, Catalog, and Skill searches and then seamlessly present the results using Display controls. This flexibility enables skill developers to craft tailored user experiences, dynamically responding to user actions and inputs.

The following are the constructs available under 'Search and Display':

Search Knowledge

Utilize the 'Search Knowledge' to search Knowledge Articles within your linked Luma Knowledge Tenant. You may add 'Search Knowledge' into your skill to find relevant articles at any point during execution using an article's ID or search phrases. Search can be refined by adding additional keyphrases or specifying the search domain."

Search Knowledge construct eliminates configuring integration with the Luma Knowledge tenant. Luma VA and Luma Knowledge tenants are automatically associated with each other. 'Search Knowledge looks for articles directly in the associated Luma Knowledge system. The Knowledge articles in the results can be accessed using the Knowledge Context variables. For more information, refer to Use Variables in Skills.

Follow the below steps to add Search Knowledge to your skill:

  1. Drag and drop the Search Knowledge construct from the palette onto the canvas.

    Image Removed
  2. On the properties panel, select the search methods:

    1. Metadata - To search for Knowledge Articles using a phrase. You could also supply additional context for the search by providing metadata,

    2. Article ID - To search for a specific Knowledge article using a Knowledge Article ID.

  3. Now, based on the selected search method, provide the search filters:

    1. For the ‘Metadata’ Method, you may provide the following:

      1. Search Query: Provide the search phrase to search for Knowledge. By default, the user’s initial request (available in context variable @{conv.skillPhrase}) is assigned to the field. You could set the field to a static value or another attribute with a text value.

      2. Domain: Domain is the first level of categorization applicable to the Knowledge Artifact. In Luma Knowledge, all Knowledge Articles are categorized under domains and usually refer to the department or functional division the article is related. For example, HR, IT, Network, etc. These domains must be available in the Knowledge graph of your tenant

      3. Topics: Information on products, services, projects, or sub-teams related to the article. For example, Microsoft, Asset Management, etc.

Info
  • For metadata search, Pharse is a mandatory filter. You can optionally provide the metadata to enhance the search.

  • Upon every Knowledge search, Knowledge Context variables are refreshed and loaded with the results from latest search.

...

Search Catalog

'Search Catalog' is used to search Service Catalogs within your Luma Knowledge Tenant. Add 'Search Catalog' into your skill to seamlessly search for catalogs during its execution, using a search query or a specific catalog ID. This eliminates the necessity of configuring integrations with the Luma Knowledge tenant, enabling Luma to directly access catalogs within the associated Luma Knowledge system. The Catalogs in results can be accessed using the Catalog Context variables. For more information, refer to Use Variables in Skills.

Follow the below steps to add Search Catalog to your skill:

  1. Drag and drop the Search Knowledge construct from the palette onto the canvas.

    Image Removed
  2. On the properties panel, select the search methods:

    1. Search Phrase or Keyword - To search for Service Catalogs using a phrase. You could also supply additional context for the search by providing keywords,

    2. Catalog ID - To search for specific Catalogs using a Catalog ID.

  3. Now, based on the selected search method, provide the search filters:

    1. For the ‘Search Phrase or Keyword’ Method, you may provide the following:

      1. Search Phrases: Provide the search phrase to search for Catalog. By default, the user’s initial request (available in context variable @{conv.skillPhrase}) is assigned to the field. You could set the field to a static value or another attribute with a text value.

      2. Keyword: Any special code or identifier associated with the catalog can help Luma VA search the Service Catalog.

      3. Categories: Categories are used to organize catalogs and usually refer to the type of systems or requests the catalog is related to. These categories must be available in the Category graph of your tenant.

        Image Removed
Info
  • For the ‘Search Phrase or Keyword’ search, Search Pharse is a mandatory filter. You can optionally provide the metadata to enhance the search.

  • Upon every Catalog search, Catelog Context variables are refreshed and loaded with the results from latest search.

Display Knowledge

Use 'Display Knowledge' to present Knowledge articles to the end-user during your skill's conversation flow. This construct automatically uses the Knowledge Context variables (updated by initial search or Search Knowledge construct) for article display and can even navigate the user through identified Topics and sub topics when ambiguity arises in the results.

With 'Display Knowledge,' you can customize when Knowledge articles, whether retrieved from Luma's initial search or custom queries using 'Search Knowledge,' should be presented. Additionally, you can define the number of articles and the messages displayed to the user along with the Knowledge content.

Follow the below steps to add ‘Display Knowledge’ to your Skill:

Info

All the necessary configurations and message are defined out-of -the-box. The messages and card definition are defined in Presentation templates. You could use the OOTB configurations or customise as required.

  1. Add Display Knowledge to the Conversation flow.

    Image Removed
  2. On the Properties panel, Select 'Limit number of Artifacts', if you wish to restrict the number of articles to be displayed. Next, add the 'Maximum Artifacts to be displayed'.

  3. You can now customize the messages to be displayed with the Topic Navigation and the list of Knowledge Articles.

    1. The messages and the definition of the card with Knowledge Article details are part of the Presentation Template. For more details refer to Presentation Templates.

    2. You could use the default configuration or click on Customise to edit the messages.

    3. The customized messages are local to the skill; any changes to the presentation template do not update the change.

    4. Click on Discard to cancel any changes made to the presentation messages.

...

Info

On the canvas, you must define two possible paths for your skill:

  • Skip Topic Path is taken when the user skips a Topic or Subtopic selection during Guided Navigation. Define what should happen when the user does not wish to navigate through topics to view Articles.

  • The Default path indicates the next steps that the skill should take after articles are presented to the user (with or without guided navigation). Define the default path to indicate what should happen after articles are displayed to the user.

Display Precise Answer

"Display Precise Answer" is designed to swiftly present users with accurate responses to their queries, eliminating the need to read through entire knowledge articles. A 'Precise Answer' is provided when Luma confidently resolves the user's query, ensuring an efficient and user-friendly experience. The construct automatically uses the Knowledge Context variables (updated by initial search or Search Knowledge construct) for information display.

Follow the below steps to add ‘Display Precise Answer’ to your Skill:

  1. Add Display Precise Answer to the Conversation flow.

    Image Removed
  2. On the properties panel, select the checkbox 'Select View Articles…' to provide an option to view the article along with the precise answer.

  3. Provide the label for the article view option.

    Image Removed

Display Catalog

Use 'Display Catalog' to present Service Catalogs to the end-user during your skill's conversation flow. This construct automatically uses the Catalog Context variables (updated by initial search or Search Catalog construct) for catalog display and can even navigate the user through identified categories and Subcategories when ambiguity arises in the results.

With 'Display Catalogs,' you can customize when Catalogs, whether retrieved from Luma's initial search or custom queries using 'Search Catalog,' should be presented. Additionally, you can define the number of catalogs and the messages displayed to the user along with the search results.

Follow the below steps to add ‘Display Catalog’ to your Skill:

Info

All the necessary configurations and message are defined out-of -the-box. The messages and card definition are defined in Presentation templates. You could use the OOTB configurations or customise as required.

  1. Add Display Catalog to the Conversation flow.

    Image Removed
  2. On the Properties panel, Select 'Limit number of Catalogs', if you wish to restrict the number of articles to be displayed. Next, add the 'Maximum Catalogs to be displayed'.

  3. Next, customize the messages to be displayed with the Category Navigation and the list of Catalogs.

    1. The messages and the definition of the card with catalog details are part of the Presentation Template. For more details refer to Presentation Templates.

    2. You could use the default configuration or click on Customise to edit the messages.

    3. The customized messages are local to the skill; any changes to the presentation template do not update the change.

    4. Click on Discard to cancel any changes made to the presentation messages.

...

On the canvas, you must define two possible paths for your skill:

...

The Default path indicates the next steps that the skill should take after catalog are presented to the user (with or without guided navigation). Define the default path to indicate what should happen after articles are displayed to the user.

Display Skill

Display Skill is used to display the skills to the end-user. Add the construct to the skill’s conversation flow whenever you want the Skills to be displayed. Display Skill automatically uses the Skill-related Context variables to display the Skills. Using 'Display Skills,' you can specify when the Skills found during the initial search by Luma should be displayed. You can also define the messages displayed to the user when presenting the Skills.

Follow the below steps to add ‘Display Skills’ to your Skill:

  1. Add Display Skill to the Conversation flow.

    Image Removed
  2. On the properties panel, you can customize the messages to be displayed with the list of Skills.

  3. The messages and the definition of the card with skill details are part of the Presentation Template. For more details refer to Presentation Templates.

  4. You could use the default configuration or click on Customise to edit the messages.

  5. The customized messages are local to the skill; any changes to the presentation template do not update the change.

  6. Click on Discard to cancel any changes made to the presentation messages.

    Image Removed

    ‘Do not trigger Global Survey’ to ignore triggering the Survey to the skill.

    Image Added

Integrations

In Bot Builder, Integrations enable skill to integrate with 3rd party processes and systems. These tools are used to connect the skill to another system to execute a task. The following are the constructs available in Utilities:

Integration

The 'Integration' feature provides a seamless connection between Luma VA and external systems. Using integrations, Luma VA fulfills user requests by performing specific actions on the integrated system. By incorporating this functionality into the conversation flow, you can trigger integration calls that interact with external applications to execute desired actions or retrieve relevant information. It enhances the capabilities of Luma VA, allowing for dynamic and efficient interactions with external systems to deliver a comprehensive and personalized user experience. For more information on configuring the integration, refer to Integrations.

To add an Integration to your skill, follow the below steps:

  1. Drag and drop the Integration construct from the palette onto the canvas.

    Image Added
  2. On the properties panel, select integration to be added.

    1. Select the Connected App in Integrate with Connected App.

    2. Select Operation to execute

    3. Select the Instance or environment where the operation should be executed.

      Image Added
  3. In order to make specific changes to the operation based on the skill and user experience required for the skill, you may override the operation.

  4. Click on the operation name to open the override screen and make the required changes.

Info
  • You can add a construct on the canvas by drag and drop to the canvas. Alternatively, click on the '+' icon in the control and the next step.

  • To create link between two constructs, drag the cursor on the '+'. A hand icon appears, dragging which creates link between two controls.

  • You could also drop a control on a link to add a construct between two existing controls on the canvas.

Invoke Automation Workflow

Invoke Automation Workflow executes an Automation Workflow Service as part of your Skills. Automation Workflows allow Administrators or Skill developers to automate tasks on remote services, servers, applications, and hardware. Add an Automation Workflow to the Conversation Flow when the Skill needs to execute one of the automated workflow services.

For example, we can enable an AD account using Automation Workflows, which will be triggered when the end-user executes a skill related to it. For more information, refer to Automation in Luma

To add an Automation workflow to your skill, follow the below steps:

  1. Drag and drop the Invoke Automation Workflow construct from the palette onto the canvas.

    Image Added
  2. On the properties panel, select the workflow to be executed as part of the skill.

  3. Provide values to the input parameters required for workflow execution.

    Image Added

Skills

Skills tools empower the skill developers to enhance user interactions within a conversation with custom skill searches and then seamlessly present the results using Display controls. This flexibility enables skill developers to craft tailored user experiences, dynamically responding to user actions and inputs.

The following are the constructs available under 'Skill':

Search Skill

Utilize the ‘Search Skill' to find relevant services at any point during a conversation using search phrases. ‘Search Skill’ looks for the skills that match the provided phrase. The identified results can be accessed using the 'matchedSkill’ Context variables. For more information, refer to Use Variables in Skills.

Follow the below steps to add Search Skills to your skill:

  1. Drag and drop the Search Skills construct from the palette onto the canvas.

    Image Added
  2. On the properties panel, add the search phrase.

  3. By default, the initial user request is added as the user phrase.

  4. Select ‘Exclude Previously Presented Skills’ to exclude skills already presented in the conversation to avoid duplicates and streamline the result presentation. This ensures duplicate skills are not suggested when the system tries to search for matching skills within the same conversation.

Info
  • Upon every Skill search, the Context variables are refreshed with the results from latest search.

...

Display Skill

Display Skill is used to display the skills to the end-user. Add the construct to the skill’s conversation flow whenever you want the Skills to be displayed. Display Skill automatically uses the Skill-related Context variables to display the Skills. Using 'Display Skills,' you can specify when the Skills found during the initial search by Luma should be displayed. You can also define the messages displayed to the user when presenting the Skills.

Follow the below steps to add ‘Display Skills’ to your Skill:

  1. Add Display Skill to the Conversation flow.

    Image Added
  2. On the properties panel, you can customize the messages to be displayed with the list of Skills.

    1. The messages and the definition of the card with skill details are part of the Presentation Template. For more details refer to Presentation Templates.

    2. You could use the default configuration or click on Customise to edit the messages.

    3. The customized messages are local to the skill; any changes to the presentation template do not update the change.

    4. Click on Discard to cancel any changes made to the presentation messages.

      Image Added

Trigger Skill

Trigger Skill construct is used for dynamic branching in user conversation. With this construct, you can redirect users to another skill based on specific conditions or user actions. The Trigger Skill construct empowers the skill developer to create intricate decision paths, providing personalized pathways for users based on their unique needs. This construct indicates the end of the current skill and branches the conversation to another skill.

Info

Once the conversation flow is routed to the next skill, the control does not come back to the current skill

To add Trigger Skill, follow the below steps:

  1. Drag and drop the Trigger Skill construct from the palette onto the canvas.

    Image Added
  2. On the properties panel, select the skill to branch to.

  3. Select from the skill list.

  4. Click on the view button to view the details of the branching skill in a new tab.

    Image Added

Suggest Skills

The Suggest Skills conversation step is used when you want to guide the end-user to relevant skills after completing the current skill. You can configure an exclusive list of Skills that should be recommended to the end-user once the skill is executed or reuse the configuration already configured for a System Skill/suggest Skill category. The display format can be Cards or Quick replies.

To add Suggest Skills to your skill, follow the below steps:

  1. Drag and drop Suggest Skills on the canvas

  2. On the properties panel, select Configuring the skills to be suggested.

  3. To configure a custom list of skills:

    1. Select Custom.

    2. Choose the desired Display Format, Cards, or Quick Replies.

    3. Type in the Message you wish the user to view.

    4. Under Select Skill, type in the skill name you want to display as a suggested skill.

    5. A minimum of one skill is to be selected.

      Image Added
  4. To reuse an existing configuration:

    1. Select Suggest Skills.

    2. Select the Suggest Skill Configuration to be displayed to the user. For more information, refer to Customize System Skills behavior.

    3. Click on the pop-out icon to view the Suggest Skill configuration in a new tab.

      Image Added
Info
  • The Suggest Skills step should always be the last Conversation step.

  • A maximum of 50 skills can be added as Skill Suggestions.

Execute Subflow

Execute Subflow construct is used for dynamic execute a subflow as part of a conversation. With this construct, you can execute a subflow based on specific conditions or user actions. The construct empowers the skill developer to execute actions based on user needs and continue with user conversation (skill). This construct branches to a sub-flow, executes the steps, and returns to the source skill to execute the next steps.

Info

If the conversation flow is routed to the next skill from the subflow, the control does not come back to the original skill.

To add Execute Subflow, follow the below steps:

  1. Drag and drop the construct from the palette onto the canvas.

    image-20240401-152219.pngImage Added
  2. On the properties panel, select the subflow to execute.

    image-20240401-152339.pngImage Added

  3. Select from the subflow list.

  4. Click on the view button to view the details of the sub-flow in a new tab.

    image-20240401-152626.pngImage Added

Knowledge

Knowledge tools empower the skill developers to enhance user interactions within a conversation with custom Knowledge searches and then seamlessly present the results using Display controls. This flexibility enables skill developers to craft tailored user experiences, dynamically responding to user actions and inputs.

The following are the constructs available under 'Knowledge':

Search Knowledge

Utilize the 'Search Knowledge' to search Knowledge Articles within your linked Luma Knowledge Tenant. You may add 'Search Knowledge' into your skill to find relevant articles during execution using an article's ID or search phrases. Search can be refined by adding keyphrases or specifying the search domain."

Search Knowledge construct eliminates configuring integration with the Luma Knowledge tenant. Luma VA and Luma Knowledge tenants are automatically associated with each other. 'Search Knowledge looks for articles directly in the associated Luma Knowledge system. The Knowledge Context variables can access the Knowledge articles in the results. For more information, refer to Use Variables in Skills.

Follow the below steps to add Search Knowledge to your skill:

  1. Drag and drop the Search Knowledge construct from the palette onto the canvas.

    Image Added
  2. On the properties panel, select the search methods:

    1. Metadata - To search for Knowledge Articles using a phrase. You could also supply additional context for the search by providing metadata,

    2. Article ID - To search for a specific Knowledge article using a Knowledge Article ID.

  3. Now, based on the selected search method, provide the search filters:

    1. For the ‘Metadata’ Method, you may provide the following:

      1. Search Query: Provide the search phrase to search for Knowledge. The user’s initial request (available in context variable @{conv.skillPhrase}) is assigned to the field by default. You could set the field to a static value or another attribute with a text value.

      2. Domain: Domain is the first level of categorization applicable to the Knowledge Artifact. In Luma Knowledge, all Knowledge Articles are categorized under domains and usually refer to the department or functional division the article is related. For example, HR, IT, Network, etc. These domains must be available in the Knowledge graph of your tenant

      3. Topics: Information on products, services, projects, or sub-teams related to the article. For example, Microsoft, Asset Management, etc.

  4. Select ‘Exclude Previously Presented Articles’ to exclude articles already presented in the conversation to avoid duplicates and streamline the result presentation. This ensures duplicate articles are not displayed when the system tries to search for Knowledge within the same conversation.

  5. Include All Matched Articles - select this option to Include matching articles in the search results along with the precise answer.

Info
  • The above option to include all matched articles is for ad hoc knowledge searches. To Include All Matched Articles in your default search we need to change the conversation startup settings in VSA-Configurations - Conversation startup - Custom Configuration and check the option Include All Matched Articles to Include matching articles in the search results along with the precise answer.

  • For metadata search, Phrase is a mandatory filter. You can optionally provide the metadata to enhance the search.

  • Upon every Knowledge search, Knowledge Context variables are refreshed and loaded with the results from latest search.

...

Display Knowledge

Use 'Display Knowledge' to present Knowledge articles to the end-user during your skill's conversation flow. This construct automatically uses the Knowledge Context variables (updated by initial search or Search Knowledge construct) for article display and can even navigate the user through identified Topics and sub topics when ambiguity arises in the results.

With 'Display Knowledge,' you can customize when Knowledge articles, whether retrieved from Luma's initial search or custom queries using 'Search Knowledge,' should be presented. Additionally, you can define the number of articles and the messages displayed to the user along with the Knowledge content.

Follow the below steps to add ‘Display Knowledge’ to your Skill:

Info

All the necessary configurations and message are defined out-of -the-box. The messages and card definition are defined in Presentation templates. You could use the OOTB configurations or customise as required.

  1. Add Display Knowledge to the Conversation flow.

    Image Added
  2. On the Properties panel, Select 'Limit number of Artifacts', if you wish to restrict the number of articles to be displayed. Next, add the 'Maximum Artifacts to be displayed'.

  3. You can now customize the messages to be displayed with the Topic Navigation and the list of Knowledge Articles.

    1. The messages and the definition of the card with Knowledge Article details are part of the Presentation Template. For more details refer to Presentation Templates.

    2. You could use the default configuration or click on Customise to edit the messages.

    3. The customized messages are local to the skill; any changes to the presentation template do not update the change.

    4. Click on Discard to cancel any changes made to the presentation messages.

...

Info

On the canvas, you must define two possible paths for your skill:

  • Skip Topic Path is taken when the user skips a Topic or Subtopic selection during Guided Navigation. Define what should happen when the user does not wish to navigate through topics to view Articles.

  • The Default path indicates the next steps that the skill should take after articles are presented to the user (with or without guided navigation). Define the default path to indicate what should happen after articles are displayed to the user.

Source and Parent Knowledge Article information is displayed with each Knowledge article in the results

Display Precise Answer

"Display Precise Answer" is designed to swiftly present users with accurate responses to their queries, eliminating the need to read through entire knowledge articles. A 'Precise Answer' is provided when Luma confidently resolves the user's query, ensuring an efficient and user-friendly experience. The construct automatically uses the Knowledge Context variables (updated by initial search or Search Knowledge construct) for information display.

Follow the below steps to add ‘Display Precise Answer’ to your Skill:

  1. Add Display Precise Answer to the Conversation flow.

    image-20240805-103746.pngImage Added

  2. On the properties panel, select the checkbox 'Select View Articles…' to provide an option to view the article along with the precise answer.

  3. Provide the label for the article view option.

    image-20240805-103913.pngImage Added

Info

Source and Parent Knowledge Article information is displayed with each Knowledge article in the results.

Source articles will now open in the web browser if the corresponding article is an external document (has external redirection).

Create Artifact

Use the Create Artifact step to generate a knowledge article based on the information extracted during an earlier conversation step, enhancing the accessibility of relevant information. The Create Artifact conversation step allows the skill developer to create a Knowledge Artifact in the associated Luma Knowledge Tenant. You may add 'Create Artifact' into your skill when you wish to save some knowledge to be available for later access. The conversation step adds an article in Luma Knowledge so that is available to users in later searches.

Create Artifact construct eliminates configuring integration with the Luma Knowledge tenant. Luma VA and Luma Knowledge tenants are automatically associated with each other. Luma can directly connect to the associated tenant and create the artifact.

Follow the below steps to add ‘Create artifact’ to your Skill:

  1. Drag and drop the ‘Create artifact’ construct on the canvas.

    Image Added
  2. On the properties panel, provide an Artifact Name.

  3. Next, add the text that should be used to create the artifact. You can refer to the value saved in an attribute.

  4. Select the Domain under which the artifact should be created.

    Image Added

Catalog

Catalog tools empower the skill developers to enhance user interactions within a conversation with custom Catalog searches and then seamlessly present the results using Display controls. This flexibility enables skill developers to craft tailored user experiences, dynamically responding to user actions and inputs.

The following are the constructs available under 'Catalog':

Search Catalog

'Search Catalog' searches Service Catalogs within your Luma Knowledge Tenant. Add 'Search Catalog' into your skill to seamlessly search for catalogs during its execution, using a search query or a specific catalog ID. This eliminates the necessity of configuring integrations with the Luma Knowledge tenant, enabling Luma to access catalogs within the associated Luma Knowledge system directly. The Catalogs in results can be accessed using the Catalog Context variables. For more information, refer to Use Variables in Skills.

Follow the below steps to add Search Catalog to your skill:

  1. Drag and drop the Search Knowledge construct from the palette onto the canvas.

    Image Added
  2. On the properties panel, select the search methods:

    1. Search Phrase or Keyword - To search for Service Catalogs using a phrase. You could also supply additional context for the search by providing keywords,

    2. Catalog ID - To search for specific Catalogs using a Catalog ID.

  3. Now, based on the selected search method, provide the search filters:

    1. For the ‘Search Phrase or Keyword’ Method, you may provide the following:

      1. Search Phrases: Provide the search phrase to search for Catalog. The user’s initial request (available in context variable @{conv.skillPhrase}) is assigned to the field by default. You could set the field to a static value or another attribute with a text value.

      2. Keyword: Any special code or identifier associated with the catalog can help Luma VA search the Service Catalog.

      3. Categories: Categories are used to organize catalogs and usually refer to the type of systems or requests the catalog is related to. These categories must be available in the Category graph of your tenant.

  4. Select ‘Exclude Previously Presented Catalog’ to exclude catalogs already presented in the conversation to avoid duplicates and streamline the result presentation. This ensures duplicate catalogs are not displayed when the user retries sear

    Image Added
Info
  • For the ‘Search Phrase or Keyword’ search, Search Pharse is a mandatory filter. You can optionally provide the metadata to enhance the search.

  • Upon every Catalog search, Catelog Context variables are refreshed and loaded with the results from latest search.

Display Catalog

Use 'Display Catalog' to present Service Catalogs to the end-user during your skill's conversation flow. This construct automatically uses the Catalog Context variables (updated by initial search or Search Catalog construct) for catalog display and can even navigate the user through identified categories and Subcategories when ambiguity arises in the results.

With 'Display Catalogs,' you can customize when Catalogs, whether retrieved from Luma's initial search or custom queries using 'Search Catalog,' should be presented. Additionally, you can define the number of catalogs and the messages displayed to the user along with the search results.

Follow the below steps to add ‘Display Catalog’ to your Skill:

Info

All the necessary configurations and message are defined out-of -the-box. The messages and card definition are defined in Presentation templates. You could use the OOTB configurations or customise as required.

  1. Add Display Catalog to the Conversation flow.

    Image Added
  2. On the Properties panel, Select 'Limit number of Catalogs', if you wish to restrict the number of articles to be displayed. Next, add the 'Maximum Catalogs to be displayed'.

  3. Next, customize the messages to be displayed with the Category Navigation and the list of Catalogs.

    1. The messages and the definition of the card with catalog details are part of the Presentation Template. For more details refer to Presentation Templates.

    2. You could use the default configuration or click on Customise to edit the messages.

    3. The customized messages are local to the skill; any changes to the presentation template do not update the change.

    4. Click on Discard to cancel any changes made to the presentation messages.

...

Info

On the canvas, you must define two possible paths for your skill:

  • Skip Category Path is taken when the user skips a Categoryor Subcategory selection during Guided Navigation. Define what should happen when the user does not wish to navigate through topics to view the catalog.

  • The Default path indicates the next steps that the skill should take after catalog are presented to the user (with or without guided navigation). Define the default path to indicate what should happen after articles are displayed to the user.

Generative AI

Harnessing the power of Generative AI, skill developers can create dynamic user interactions, creating more contextually aware and conversational skills.

AI Task

The conversation step "AI task" can be used to execute a Generative AI task as part of a skill. Using the step, a skill developer can add Generative AI capabilities to their skill. They can select from Existing tasks such as Summarization or create ad hoc tasks as required in the skill. The construct removes the need to create a 3rd party integration to connect to LLM, skill developers can use Luma AI services to execute generative AI tasks and build context-rich skills.

Follow the below steps to add Generative Task to your skill:

  1. Drag and drop the 'AI Task' conversation step on the skill.

    Image Added
  2. On the properties panel, select Existing to execute the OOTB tasks or Adhoc to add a new request for Generative AI.

  3. For an Existing Task:

    1. Select the Task Category.

    2. Select Sub Category.

    3. Select the required Task.
      Note: Only the prompt which have Visible in AI Prompt checked will be available here.

  4. Now click on Test Response to verify if the selected task generates the information required in the skill.

    Image Added
  5. The AI Task Response Validation screen is used toverify the AI task and configurations. Here, you can validate the response of the AI task by providing values to the input parameters of the selected task.

    1. Task Category, Subcategory, and Task section to select the task. The section is populated based on the selection in the Properties panel. You may test and change the task as required.

    2. The Task Description section provides information on the task being executed.

    3. Map Task Input Parameters lists all the input parameters required for the task. You can assign a value or use an attribute to refer to the value available in the attribute.

    4. Now click on Test to verify the response of the AI Task.

    5. When an attribute is used while mapping an input parameter, Assign Test values for each attribute. These values are used to test the task. Add the test values and click Test.

    6. The system executes the task using the test values.

      Image Added
  6. For an Adhoc task, select 'Adhoc Task' in the properties panel.

  7. Add the task details to be executed in the Task Description field. This is a free text field where you can describe the task to be executed using Generative AI.

    Image Added
  8. Now, Click on Test Response.

  9. On the AI Task Response Validation screen, validate the response of the AI task.

  10. Task Description indicates the action to be performed in the step.

  11. Click on Test and validate the response in Test Response. Refine the Task description to ensure it generates the information as required.

    Image Added
Info

The response is automatically available in AI Task context variables during conversation. Refer to the following context variables generated from the task in your skill. In case of Success, the response is available in @{aitask.response}. For failure, refer to the error code using @{aitask.errorcode}.

Categorize User Intent

Categorize User Intent is an AI step, used to identify the user's intention and execute suitable actions based on recognized domains and categories, ensuring a smooth and efficient conversational experience.

This process includes the following steps:

  1. Recognition and Categorization of Domains:

    1. Whitelisted Domain: A domain permitted for use, predefined within the whitelist.

    2. Blacklisted Domain: A domain prohibited for use, predefined within the blacklist.

    3. Unclassified or Greylisted Domain: When the domain isn't listed as either whitelisted or blacklisted.
      Refer to Business Domain Management for more details.

  2. Categorization of Requests within Permitted Domains:

    1. Category: Information Request

      1. Type: Seeking Knowledge when the request is for Knowledge.

      2. Type: Seeking Data when the request is to access ticket data or a data point.

    2. Category: Service Request

      1. Type: Problem when the user reports an issue.

      2. Type: Change when the user requests a change or replacement

      3. Type: General when the user requests a general service request.

    3. Category: Smalltalk -When the requested phrase of not a request but a general phrase.

    4. Category: ToBeDetermined - When the users cannot be categorized.

  3. Taking one of the possible Output Paths based on Categories Identified by Luma:

    1. Data Request: Category is Information Request, and Type is Seeking Data.

    2. Problem: Category is Service Request, and Type is Problem.

    3. Ambiguous: The category is ToBeDetermined or the phrase's meaning is unclear.

    4. Disabled: Triggered when Generative AI is disabled.

    5. Failure: Triggered in case of system failure.

    6. Default: This applies to all other cases not explicitly mentioned in the paths above.

To use the step, follow the below steps:

  1. Drag and drop the 'Categorize User Intent' conversation step on the skill.

    image-20240322-124717.pngImage Added

  2. On the properties panel, add the phrase to be categorized. By default, the user’s initial search is sent to the step. You can change this to any phrase during the skill.

    image-20240322-125111.pngImage Added

AI NLQ

AI NLQ (Natural Language Query) is an AI step, that analyzes the user's input to generate a filter query, which can fetch relevant tickets from the underlying ITSM system based on the user's intention. The step uses Natural Language programming to determine if the user's request pertains to tickets rather than general data inquiries and generates the filter criteria to get tickets.

Info

NLQ step uses Luma AI Services to generate the filter query. As part of this release, the AI prompt is specific to Changegear.

Based on the phrase, NLQ does the following:

  1. Classifies if the request pertains to tickets. Based on this classification, the system takes one of the following output paths.

    1. Query when a ticket type is identified, and the system can generate a filter query.

    2. No Query when a ticket type is identified, but the system cannot generate a filter query.

    3. Unknown when the system identifies that the request is NOT related to tickets.

    4. Failure if a system failure occurs.

    5. Disabled if Generative AI is disabled for the tenant.

  2. If the requests are based on Tickets (Query Path), the step identifies the following:

    1. Type: The Ticket type the user is talking about. Change gear tickets are classified as Service Request, Incident Request, Problem Request, Change Request, or Unknown.

    2. Implicit Reference Used: Set to True if the system finds an ambiguity in identifying the ticket type. In this case, the default ticket type is used as the ticket Type.

    3. Query: The filter query string for the ITSM ticket GET call, based on the identified Type

Info
  • If multiple types are mentioned in the user phrase, the first identified type is returned.

  • "Me",”Mine” in the user query is interpreted based on the user role. For an end user, the request refers to the "Creator" of the ticket. For analysts, developers, and admins, the request refers to the tickets "AssignedTo"

To use the step, follow the below steps:

  1. Drag and drop the 'AI NLQ' conversation step on the skill.

    image-20240401-145933.pngImage Added

  2. On the properties panel,

    1. Select The Target Applications.

    2. Add the search phrase.

    3. Provide the default ticket type to be used to ‘Interpret Term Ticket As’

    4. By default, the user-specific parameters are passed based on the Target Application.