chatBotsBasePath static method

String chatBotsBasePath(
  1. bool isMarketplace
)

Helper method to get the base path for chat-bots endpoints

Implementation

static String chatBotsBasePath(bool isMarketplace) =>
    isMarketplace ? 'marketplace' : 'chat-bots';