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 SummaryConstructors Constructor Description Suggestion()
 - 
Method SummaryAll 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- 
getAppliedpublic java.lang.Boolean getApplied() Gets the applied field.- Returns:
- the applied field
 
 - 
getConfidencepublic java.lang.Double getConfidence() Gets the confidence field.- Returns:
- the confidence field
 
 - 
getSemtypespublic java.util.List<java.lang.String> getSemtypes() Gets the semtypes field.- Returns:
- the semtypes field
 
 - 
getTextpublic java.lang.String getText() Gets the text field.- Returns:
- the text field
 
 - 
getpublic java.lang.Object get(java.lang.String key) Returns the value from Suggestion annotation by specified key.- Overrides:
- getin class- com.ibm.cloud.sdk.core.service.model.DynamicModel<java.lang.Object>
- Parameters:
- key- the name of the field to get
 
 
- 
 
-