Package com.oracle.bmc.ailanguage.model
Class MelConcept.Builder
- java.lang.Object
- 
- com.oracle.bmc.ailanguage.model.MelConcept.Builder
 
- 
- Enclosing class:
- MelConcept
 
 public static class MelConcept.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MelConceptbuild()MelConcept.Builderconcepts(List<MelConceptDetails> concepts)This contains the list of matched concepts which are ranked by the relevant score with the input textMelConcept.Buildercopy(MelConcept model)MelConcept.BuilderontologyName(String ontologyName)Name of the ontology to which the Entity is mapped
 
- 
- 
- 
Method Detail- 
ontologyNamepublic MelConcept.Builder ontologyName(String ontologyName) Name of the ontology to which the Entity is mapped- Parameters:
- ontologyName- the value to set
- Returns:
- this builder
 
 - 
conceptspublic MelConcept.Builder concepts(List<MelConceptDetails> concepts) This contains the list of matched concepts which are ranked by the relevant score with the input text- Parameters:
- concepts- the value to set
- Returns:
- this builder
 
 - 
buildpublic MelConcept build() 
 - 
copypublic MelConcept.Builder copy(MelConcept model) 
 
- 
 
-