Package | Description |
---|---|
com.ibm.watson.assistant.v1 |
Watson Assistant v1 v1.
|
com.ibm.watson.assistant.v1.model |
Modifier and Type | Method and Description |
---|---|
com.ibm.cloud.sdk.core.http.ServiceCall<Value> |
Assistant.createValue(CreateValueOptions createValueOptions)
Create entity value.
|
com.ibm.cloud.sdk.core.http.ServiceCall<Value> |
Assistant.getValue(GetValueOptions getValueOptions)
Get entity value.
|
com.ibm.cloud.sdk.core.http.ServiceCall<Value> |
Assistant.updateValue(UpdateValueOptions updateValueOptions)
Update entity value.
|
Modifier and Type | Method and Description |
---|---|
Value |
Value.Builder.build()
Builds a Value.
|
Modifier and Type | Method and Description |
---|---|
List<Value> |
ValueCollection.getValues()
Gets the values.
|
List<Value> |
Entity.getValues()
Gets the values.
|
Copyright © 2024 IBM Cloud. All rights reserved.