2021年3月5日星期五

I have dynamic json and I want to extract "intents" and their corresponding score

"payload": { "query": "adr", "prediction": { "alteredQuery": "", "topIntent": "ADR_Generic", "intents": { "ADR_Generic": { "score": 0.998329341, "childApp": null }, "myHRportal_access": { "score": 0.638611257, "childApp": null }, "None": { "score": 0.06238205, "childApp": null }, "myHRportal_guidelines": { "score": 0.0570195653, "childApp": null }, "HRTools_support_contact": { "score": 0.0557553768, "childApp": null } }, "entities": {}, "sentiment": { "label": null, "score": 0 } } } }

https://stackoverflow.com/questions/66502223/i-have-dynamic-json-and-i-want-to-extract-intents-and-their-corresponding-scor March 06, 2021 at 11:58AM

没有评论:

发表评论