Scoring / Confidence of Intents using Amazon-Lex

前端 未结 1 1321
-上瘾入骨i
-上瘾入骨i 2021-01-22 21:08

I try to get a scoring-value or a value for confidence of an intent using amazon-lex (PostText) but there is no response-element in json-file at all. (https://docs.aws.amazon.co

1条回答
  •  深忆病人
    2021-01-22 21:55

    As of now, this feature is not available in Amazon Lex, we only get the matched intent as the response for post_text api.
    You can have workaround for fallback intents but there is absolutely no way of getting accuracy score of intents as of now.
    You may want to check some other NLP engines like Dialogflow, RASA, LUIS if you want accuracy score of the intents.

    0 讨论(0)
提交回复
热议问题