Uses of Class
com.ibm.watson.assistant.v1.model.RuntimeEntityAlternative
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of RuntimeEntityAlternative in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return RuntimeEntityAlternative Modifier and Type Method Description RuntimeEntityAlternative
RuntimeEntityAlternative.Builder. build()
Builds a RuntimeEntityAlternative.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type RuntimeEntityAlternative Modifier and Type Method Description List<RuntimeEntityAlternative>
RuntimeEntity. alternatives()
Gets the alternatives.Methods in com.ibm.watson.assistant.v1.model with parameters of type RuntimeEntityAlternative Modifier and Type Method Description RuntimeEntity.Builder
RuntimeEntity.Builder. addAlternatives(RuntimeEntityAlternative alternatives)
Adds an alternatives to alternatives.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type RuntimeEntityAlternative Modifier and Type Method Description RuntimeEntity.Builder
RuntimeEntity.Builder. alternatives(List<RuntimeEntityAlternative> alternatives)
Set the alternatives.