Configure action conversational settings

  • Release version: Australia
  • Updated March 12, 2026
  • 5 minutes to read
  • Configure conversation settings to make an action available to conversational interfaces.

    Before you begin

    Role required:
    • admin, flow_designer, or action_designer
    • now.assist.creator

    Procedure

    1. Navigate to All > Process Automation > Workflow Studio.
    2. On the homepage, select Actions.
    3. From the list of all actions, select the action that you want to configure.
    4. From the side panel, open Conversational settings (Option on the side panel to open conversational settings.).
    5. Select the skill that you want to edit, or create a new skill.
    6. Configure the general settings.

      Example general settings for the Send Notification action.

      Field Description
      Generate skill metadata Option to generate descriptions for the conversational skill, inputs, and outputs of the action by using generative AI. Workflow Studio generates a description for all the inputs and outputs where the description is empty. Regenerating the descriptions does not overwrite existing descriptions of any of the fields.
      Tip:
      This field is disabled if none of the description is field is empty.

      The AI-generated fields are marked with the AI icon Symbol to indicate that the content is generated by using generative AI..

      Is conversational The option to make the action available to conversational interfaces. When enabled, you can call the action from a conversation.
      Action skill name The name that a virtual agent displays for the skill in the list of available topics.
      Action skill description The search terms and keywords that someone might use in a conversation to call this action. The more descriptive the skill, the better AI Search can be in matching it to an utterance.
      Tip:
      You can enter the description manually or use generative AI. To generate the description with generative AI, make sure that the field is empty and select Generate skill metadata Generate skill metadata icon..
      Assistants where action is discoverable The list of virtual assistants where this action is discoverable.
      Roles which can access this The roles you must have to access this action from a virtual agent. Use the condition builder to specify the roles who can access the action.

      During a conversation, the action displays the skill only to users who have the specified roles. You must specify the role in the action settings and in the Conversational settings. By default, users must have the sn_conv_fa.csa_email_write role to create records in the sys_email table.

    7. Configure the subflow inputs and outputs.

      Example inputs and outputs of the Send Notification action.

      Field Description
      Show/hide checkbox Controls the visibility of an input or output in a conversation. Select the checkbox if you want to make the field visible in the conversation.

      Option to select the visibility of inputs in a conversation.

      For example, you can take the message text as an input from the user during the conversation or you can have a default text and hide the input field during the conversation.

      For a mandatory field, the checkbox is disabled until you specify a default value.

      Conversational inputs The list of action inputs that are available to conversational interfaces.
      Describe this input The search terms and keywords that someone might use in a conversation to set this input. The more descriptive the input, the better AI Search can be in matching it to an utterance. You must provide a description for mandatory inputs.
      Tip:
      You can enter the description manually or use generative AI. To generate the description with generative AI, make sure that the field is empty and select Generate skill metadata Generate skill metadata icon..
      Default value Provides a default value for the conversational input.
      During a conversation, users can provide their own value or proceed with the default value.
      Tip:
      You can pass an input value without user interaction by assigning a default value and making the input field hidden.
      Override with reference

      The option to look up and insert an existing value from a selected table and reference field. Rather than require users to manually type in a value, this option allows users to select from a list of existing record values. When run, the input uses the value that the user selected from the list.

      This option is available for inputs with the Email, GUID, Integer, Long, Long Integer String, String, and String (Full UTF8) data types.
      Note:
      The Document ID and Reference data types are not valid options, because the system automatically overrides these input types with a list of display values as defined by the table's reference field. For more information about display values and reference fields, see Display values.

      Turning on this option displays the Table and Reference field options.

      Table The table containing the reference field that you want to use to display a list of existing values. For example, the User [sys_user] table contains string fields to select a user by name.
      Reference field
      The field whose existing record values you want to display as a list of options. This input displays a list of options based on the reference field's data type. The data type of the reference field you select should match the data type of the input. Select a field that contains both meaningful and unique values. For example, if you have a string input for user names, then select a string field such as name from the User [sys_user] table. In a conversation, the input displays a list of string user names to choose from such as Abel Tuter or Beth Anglin.
      Note:
      This option is not available for inputs with the GUID data type, because each table already has a unique field that stores its Sys ID value.

      Example conversation where a string input shows a list of user names to choose from.

      For more information about display values and reference fields, see Display values.

      You can use condition in the filter to limit the records that are referenced in this field. The filter helps you reduce the number of records from the referenced table and provide the most relevant options in the conversation.

      Option to apply filter for records in the Reference field.

      Conversational outputs The list of action outputs that are available to conversational interfaces.
      Describe this output The search terms and keywords that someone might use in a conversation to set this output. The more descriptive the output, the better AI Search can be in matching it to an utterance. You must provide a description for mandatory outputs.
      Tip:
      You can enter the description manually or use generative AI. To generate the description with generative AI, make sure that the field is empty and select Generate skill metadata Generate skill metadata icon..
    8. Optional: Configure conversational advanced settings.

      Example advanced settings for the Send Notifications action.

      Field Description
      Include in discovery The option to make this action discoverable from a virtual agent.
      Include in list of topics The option to include this action in the list of available topics.
      Promote skill The option to display this action higher in the list when someone asks to see all available skills.
      Use autonomous mode The option to create, view, update, or delete records without asking for a confirmation.
      Enable follow up The option to retain the context of previous conversations so that the users can ask follow-up questions, provide additional details, and continue the conversation.
      Show errors from subflow and actions The option to show error messages from the action in the conversation.

      If this field is selected, when the action encounters an error during a conversation, it displays a specific error message based on what is specified in the action. If this field is not selected, the action displays a generic error message.

      Channels The list of default channels in which this action is available.

      To learn more about channels, see Channels in conversational interfacesChannels in conversational interfaces.

    9. Save the skill.
      You can also test the skill by selecting Save and test.