Uses of Class
com.ibm.watson.assistant.v1.model.CreateValue
| Package | Description |
|---|---|
| com.ibm.watson.assistant.v1.model |
-
Uses of CreateValue in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return CreateValue Modifier and Type Method Description CreateValueCreateValue.Builder. build()Builds a CreateValue.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type CreateValue Modifier and Type Method Description List<CreateValue>UpdateEntityOptions. newValues()Gets the newValues.List<CreateValue>CreateEntity. values()Gets the values.List<CreateValue>CreateEntityOptions. values()Gets the values.Methods in com.ibm.watson.assistant.v1.model with parameters of type CreateValue Modifier and Type Method Description UpdateEntityOptions.BuilderUpdateEntityOptions.Builder. addValue(CreateValue value)Adds an value to newValues.CreateEntity.BuilderCreateEntity.Builder. addValues(CreateValue values)Adds an values to values.CreateEntityOptions.BuilderCreateEntityOptions.Builder. addValues(CreateValue values)Adds an values to values.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type CreateValue Modifier and Type Method Description UpdateEntityOptions.BuilderUpdateEntityOptions.Builder. newValues(List<CreateValue> newValues)Set the newValues.CreateEntity.BuilderCreateEntity.Builder. values(List<CreateValue> values)Set the values.CreateEntityOptions.BuilderCreateEntityOptions.Builder. values(List<CreateValue> values)Set the values.