Skip to content

Creating custom-built actions#

To this point, you learned how to:

  • import skills into watsonx Orchestrate

  • add applications with those skills to your assistant

  • create skill-based actions for your assistant

  • combine skills in a skill flow

You can also create custom-built actions. Custom-built actions have actions with different steps to take in conversations and form sequences of prompts that define the conversation experience. The steps can be defined with or without conditions, which help control the custom responses. Steps within the custom action can end with routing to conversational search, triggering another existing subaction, and other actions. Custom-built actions are a powerful way of customizing the user's experience.

Learn more about creating custom-built actions here.