Package com.mypurecloud.sdk.v2.model
Class NluConfusionMatrixRow
java.lang.Object
com.mypurecloud.sdk.v2.model.NluConfusionMatrixRow
- All Implemented Interfaces:
Serializable
NluConfusionMatrixRow
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumns(List<NluConfusionMatrixColumn> columns) The columns of confusion matrix for the intentbooleangetName()inthashCode()The name of the intent for the row.voidsetColumns(List<NluConfusionMatrixColumn> columns) voidtoString()
-
Constructor Details
-
NluConfusionMatrixRow
public NluConfusionMatrixRow() -
NluConfusionMatrixRow
-
-
Method Details