Skip to content

Instantly share code, notes, and snippets.

@neeraj9
Created March 29, 2018 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neeraj9/a80e3114a70841065a7848b54ce9eecb to your computer and use it in GitHub Desktop.
Save neeraj9/a80e3114a70841065a7848b54ce9eecb to your computer and use it in GitHub Desktop.
BeamParticle Intent Analysis via Microsoft Luis Sample Result
{
"entities": [
{
"endIndex": 25,
"entity": "europe",
"score": 0.986519933,
"startIndex": 20,
"type": "builtin.geography.continent"
}
],
"intents": [
{
"intent": "Events.Book",
"score": 0.426962078
},
{
"intent": "Utilities.Stop",
"score": 0.05806898
},
{
"intent": "None",
"score": 0.0176231191
},
{
"intent": "find-seats",
"score": 0.008896771
},
{
"intent": "Utilities.StartOver",
"score": 0.005773118
},
{
"intent": "Utilities.ShowPrevious",
"score": 0.00374175119
},
{
"intent": "Utilities.Cancel",
"score": 0.002942185
},
{
"intent": "get-details",
"score": 0.00256623654
},
{
"intent": "Utilities.Help",
"score": 0.0020681913
},
{
"intent": "Utilities.ShowNext",
"score": 0.00115970941
},
{
"intent": "Utilities.Repeat",
"score": 0.0001280987
},
{
"intent": "Utilities.Confirm",
"score": 0.000005106182
},
{
"intent": "entities-sold",
"score": 0.00000101902015
},
{
"intent": "get-my-trips",
"score": 4.72549857e-7
},
{
"intent": "did-i-get",
"score": 1.22539888e-7
},
{
"intent": "Utilities.Goback",
"score": 7.621631e-8
},
{
"intent": "Utilities.FinishTask",
"score": 2.70763216e-8
},
{
"intent": "did-i-get-ticket",
"score": 4.89259855e-10
}
],
"query": "I want to travel to Europe. Can you give me possible locations?",
"topScoringIntent": {
"intent": "Events.Book",
"score": 0.426962078
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment