| Package | Description | 
|---|---|
| com.ibm.watson.assistant.v1.model | 
| Modifier and Type | Method and Description | 
|---|---|
RuntimeEntity.Builder | 
RuntimeEntity.Builder.addAlternatives(RuntimeEntityAlternative alternatives)
Adds an alternatives to alternatives. 
 | 
RuntimeEntity.Builder | 
RuntimeEntity.Builder.addGroups(CaptureGroup groups)
Adds an groups to groups. 
 | 
RuntimeEntity.Builder | 
RuntimeEntity.Builder.addLocation(Long location)
Adds an location to location. 
 | 
RuntimeEntity.Builder | 
RuntimeEntity.Builder.alternatives(List<RuntimeEntityAlternative> alternatives)
Set the alternatives. 
 | 
RuntimeEntity.Builder | 
RuntimeEntity.Builder.confidence(Double confidence)
Set the confidence. 
 | 
RuntimeEntity.Builder | 
RuntimeEntity.Builder.entity(String entity)
Set the entity. 
 | 
RuntimeEntity.Builder | 
RuntimeEntity.Builder.groups(List<CaptureGroup> groups)
Set the groups. 
 | 
RuntimeEntity.Builder | 
RuntimeEntity.Builder.interpretation(RuntimeEntityInterpretation interpretation)
Set the interpretation. 
 | 
RuntimeEntity.Builder | 
RuntimeEntity.Builder.location(List<Long> location)
Set the location. 
 | 
RuntimeEntity.Builder | 
RuntimeEntity.Builder.metadata(Map<String,Object> metadata)
Set the metadata. 
 | 
RuntimeEntity.Builder | 
RuntimeEntity.newBuilder()
New builder. 
 | 
RuntimeEntity.Builder | 
RuntimeEntity.Builder.role(RuntimeEntityRole role)
Set the role. 
 | 
RuntimeEntity.Builder | 
RuntimeEntity.Builder.value(String value)
Set the value. 
 | 
Copyright © 2021 IBM Cloud. All rights reserved.