IntentModel Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. runtime. models. IntentModel
- com.
public class IntentModel
An intent detected from the utterance.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
intent()
Get the intent value. |
Double |
score()
Get the score value. |
Intent |
withIntent(String intent)
Set the intent value. |
Intent |
withScore(Double score)
Set the score value. |
Method Details
intent
public String intent()
Get the intent value.
Returns:
score
public Double score()
Get the score value.
Returns:
withIntent
public IntentModel withIntent(String intent)
Set the intent value.
Parameters:
Returns:
withScore
public IntentModel withScore(Double score)
Set the score value.
Parameters:
Returns: