how can i publish bot on azure with new language resource? bot framework composer still ask for luis

Daniel Kołodziejczyk 5 Reputation points
2023-07-05T10:00:01.8933333+00:00

how can i publish bot on azure with new language resource? bot framework composer still ask for luis?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
757 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
367 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,464 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2023-07-05T10:39:54.6133333+00:00

    Here are the general steps to publish your bot with a new language resource:

    Create a Bot: First, create your bot using the Azure Bot Framework Composer. Design the conversation flow and add your bot's logic using the Composer's visual interface.

    Add Language Resource (LUIS): While building the bot in Composer, you have the option to add a new language resource like LUIS to enhance natural language understanding. LUIS allows your bot to interpret user intents and entities.

    Configure LUIS: After adding LUIS to your bot, you need to configure it with the necessary intents, entities, and utterances to teach it how to understand user input.

    Publish your Bot: Once you have completed the design and configuration in Composer, you can publish your bot to Azure Bot Services. The publish process will deploy your bot to Azure and make it available for users to interact with.

    Bot Service Channels: After publishing, you can connect your bot to various channels like Web Chat, Teams, Facebook, etc., through Azure Bot Services. This allows users to interact with your bot through different platforms.

    2 people found this answer helpful.

  2. Daniel Kołodziejczyk 5 Reputation points
    2023-07-06T11:42:15.83+00:00

    I dont have LUIS, and i cant create new one. Can I use CLU?

    1 person found this answer helpful.