Uses of Class
com.oracle.bmc.ailanguage.model.AssertionDetails
-
Packages that use AssertionDetails Package Description com.oracle.bmc.ailanguage.model -
-
Uses of AssertionDetails in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return AssertionDetails Modifier and Type Method Description AssertionDetails
AssertionDetails.Builder. build()
Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type AssertionDetails Modifier and Type Method Description List<AssertionDetails>
HealthEntity. getAssertions()
list of all assertions associated with this entity.Methods in com.oracle.bmc.ailanguage.model with parameters of type AssertionDetails Modifier and Type Method Description AssertionDetails.Builder
AssertionDetails.Builder. copy(AssertionDetails model)
Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type AssertionDetails Modifier and Type Method Description HealthEntity.Builder
HealthEntity.Builder. assertions(List<AssertionDetails> assertions)
list of all assertions associated with this entity.Constructor parameters in com.oracle.bmc.ailanguage.model with type arguments of type AssertionDetails Constructor Description HealthEntity(Integer offset, Integer length, String text, String type, String subType, Double score, String category, String id, List<AssertionDetails> assertions, List<MelConcept> matchedConcepts)
Deprecated.
-