Getting same question as response when search in azure chatBot How to fix

Prashant Gokhale 0 Reputation points
2023-06-30T11:48:17.84+00:00

I am using the Azure bot service for my one of the applicaitons. In that i am getting same question as response when search in azure chatBot.
also i observed after 99 messages interactions happned i am able to replicate this scenerio.

Using the language QNA for the same.

Please help me how to resolve this issue.

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

4 answers

Sort by: Most helpful
  1. YutongTie-MSFT 53,986 Reputation points Moderator
    2023-07-01T04:47:57.71+00:00

    Hello @Prashant Gokhale

    Thanks for reaching out to us. I would recommend you share more details about how you did that, like how you trained your model, which model you used, what is your input and what is your output. To answer it as general -

    It sounds like your Language service may not be properly trained to recognize the user's questions and provide accurate responses. Here are a few things you can try to resolve the issue:

    1. Check your knowledge base to ensure that it contains accurate and up-to-date information. Make sure that the questions and answers are properly formatted and that there are no typos or errors.
    2. Train your model with more examples of user questions and the corresponding answers. This will help the service to better understand the user's intent and provide more accurate responses.
    3. Check the confidence scores of the responses. If the confidence score is low, it may indicate that the service is not confident in its response. In this case, you may need to provide more training data or adjust the service's settings to improve its accuracy.

    I hope these suggestions help you resolve the issue. Let me know if you have any other questions or concerns.

    I hope it helps, please let me know if you need further assistance.

    Regards,

    Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks a lot.

    0 comments No comments

  2. Prashant Gokhale 0 Reputation points
    2023-07-05T05:04:35.7666667+00:00

    Hello
    Thank you for the response. I am using the directline api calls to get the data from the Knowledge base . i am asking same question before 99 messages it is giving the response. but after 99 mesages i am getting question as response .


  3. Prashant Gokhale 0 Reputation points
    2023-07-05T06:03:30.46+00:00

    SS1 :

    API call to get activities from the knowledge base.

    SS2 : Response after 99 messages/ activities

    
    

    User's image

    User's image


  4. Prashant Gokhale 0 Reputation points
    2023-08-03T13:54:24.1833333+00:00

    Hello,

    Thank You for response

    Can you please enable ticket.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.