Uses of Interface
com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations.IntentResult
Package
Description
Conversation models for
SMART CONVERSATIONS
sent onto callbacks-
Uses of IntentResult in com.sinch.sdk.domains.conversation.models.v1.webhooks.events.smartconversations
Modifier and TypeMethodDescriptionMachineLearningNLUResult.getResults()
An array of JSON objects made up of intent and score pairs, where the score represents the likelihood that the message has the corresponding intent.Modifier and TypeMethodDescriptionMachineLearningNLUResult.Builder.setResults
(List<IntentResult> results) see getter