Package | Description |
---|---|
com.ibm.watson.assistant.v2.model |
Modifier and Type | Method and Description |
---|---|
RuntimeEntity.Builder |
RuntimeEntity.Builder.addAlternatives(RuntimeEntityAlternative alternatives)
Adds a new element to alternatives.
|
RuntimeEntity.Builder |
RuntimeEntity.Builder.addGroups(CaptureGroup groups)
Adds a new element to groups.
|
RuntimeEntity.Builder |
RuntimeEntity.Builder.addLocation(Long location)
Adds a new element 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.newBuilder()
New builder.
|
RuntimeEntity.Builder |
RuntimeEntity.Builder.role(RuntimeEntityRole role)
Set the role.
|
RuntimeEntity.Builder |
RuntimeEntity.Builder.skill(String skill)
Set the skill.
|
RuntimeEntity.Builder |
RuntimeEntity.Builder.value(String value)
Set the value.
|
Copyright © 2024 IBM Cloud. All rights reserved.