locked
LUIS - How to get utterances under "Review Endpoint Utterances" using LUIS API v2.0 RRS feed

  • Question

  • User2095861377 posted

    Scenario: I have to fetch the utterances under the path as shown below:

    My Apps-> {Select any app} -> { When page is loaded successfully select "Review Endpoint Utterances" from left menu }

    Note: I am able to successfully get/post for other LUIS API methods but unable to find the API method appropriate for this. Also, i have gone through the API methods listed under below link, but didn't find any.

    https://westus.dev.cognitive.microsoft.com/docs/services/5890b47c39e2bb17b84a55ff/operations/5890b47c39e2bb052c5b9c2d

    Kindly, suggest which API method I should use. Any help will be appreciable.

    Thanks in advance !!

    Tuesday, June 12, 2018 2:52 PM

All replies

  • User61956409 posted

    Hi Shashank Srivastava,

    Scenario: I have to fetch the utterances under the path as shown below:

    My Apps-> {Select any app} -> { When page is loaded successfully select "Review Endpoint Utterances" from left menu }

    If you check the traffic in F12 developer tools Network tab, you can find the following request when you click "Review endpoint utterances":

    In LUIS Programmatic APIs v2.0 documentation, we can find this API for getting suggest endpoint queries for intents:

    https://[location].api.cognitive.microsoft.com/luis/api/v2.0/apps/{appId}/versions/{versionId}/intents/{intentId}/suggest[?take]

    And I do a test with this API to retrieve suggest endpoint queries for intents, which work for me.

    With Regards,

    Fei Han

    Wednesday, June 13, 2018 2:27 AM
  • User-1126296592 posted

    Hi

    And how do I get the phrases of an intention?


    Wednesday, August 29, 2018 8:33 PM