@salesforce/agents
    Preparing search index...

    Function findAuthoringBundle

    • Find the authoring bundle directory for a given bot name by recursively searching from a starting directory or directories.

      Parameters

      • dirOrDirs: string | string[]

        The directory or array of directories to start searching from

      • botName: string

        The name of the bot to find the authoring bundle directory for

      Returns undefined | string

      The path to the authoring bundle directory if found, undefined otherwise