Package com.merative.acd.v1.model
Class Suggestion
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
- com.merative.acd.v1.model.Suggestion
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Suggestion extends com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description Suggestion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectget(java.lang.String key)Returns the value from Suggestion annotation by specified key.java.lang.BooleangetApplied()Gets the applied field.java.lang.DoublegetConfidence()Gets the confidence field.java.util.List<java.lang.String>getSemtypes()Gets the semtypes field.java.lang.StringgetText()Gets the text field.
-
-
-
Method Detail
-
getApplied
public java.lang.Boolean getApplied()
Gets the applied field.- Returns:
- the applied field
-
getConfidence
public java.lang.Double getConfidence()
Gets the confidence field.- Returns:
- the confidence field
-
getSemtypes
public java.util.List<java.lang.String> getSemtypes()
Gets the semtypes field.- Returns:
- the semtypes field
-
getText
public java.lang.String getText()
Gets the text field.- Returns:
- the text field
-
get
public java.lang.Object get(java.lang.String key)
Returns the value from Suggestion annotation by specified key.- Overrides:
getin classcom.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>- Parameters:
key- the name of the field to get
-
-