Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
Modifier and Type | Method and Description |
---|---|
CreateValue |
CreateValue.Builder.build()
Builds a CreateValue.
|
Modifier and Type | Method and Description |
---|---|
List<CreateValue> |
UpdateEntityOptions.newValues()
Gets the newValues.
|
List<CreateValue> |
CreateEntityOptions.values()
Gets the values.
|
List<CreateValue> |
CreateEntity.values()
Gets the values.
|
Modifier and Type | Method and Description |
---|---|
UpdateEntityOptions.Builder |
UpdateEntityOptions.Builder.addValue(CreateValue value)
Adds an value to newValues.
|
CreateEntityOptions.Builder |
CreateEntityOptions.Builder.addValues(CreateValue values)
Adds an values to values.
|
CreateEntity.Builder |
CreateEntity.Builder.addValues(CreateValue values)
Adds an values to values.
|
Modifier and Type | Method and Description |
---|---|
UpdateEntityOptions.Builder |
UpdateEntityOptions.Builder.newValues(List<CreateValue> newValues)
Set the newValues.
|
CreateEntityOptions.Builder |
CreateEntityOptions.Builder.values(List<CreateValue> values)
Set the values.
|
CreateEntity.Builder |
CreateEntity.Builder.values(List<CreateValue> values)
Set the values.
|
Copyright © 2023 IBM Cloud. All rights reserved.