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 CreateValue
CreateValue.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.Builder
UpdateEntityOptions.Builder. addValue(CreateValue value)
Adds an value to newValues.CreateEntity.Builder
CreateEntity.Builder. addValues(CreateValue values)
Adds an values to values.CreateEntityOptions.Builder
CreateEntityOptions.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.Builder
UpdateEntityOptions.Builder. newValues(List<CreateValue> newValues)
Set the newValues.CreateEntity.Builder
CreateEntity.Builder. values(List<CreateValue> values)
Set the values.CreateEntityOptions.Builder
CreateEntityOptions.Builder. values(List<CreateValue> values)
Set the values.