Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
Modifier and Type | Method and Description |
---|---|
CreateEntity |
CreateEntity.Builder.build()
Builds a CreateEntity.
|
Modifier and Type | Method and Description |
---|---|
List<CreateEntity> |
UpdateWorkspaceOptions.entities()
Gets the entities.
|
List<CreateEntity> |
UpdateWorkspaceAsyncOptions.entities()
Gets the entities.
|
List<CreateEntity> |
CreateWorkspaceOptions.entities()
Gets the entities.
|
List<CreateEntity> |
CreateWorkspaceAsyncOptions.entities()
Gets the entities.
|
Modifier and Type | Method and Description |
---|---|
UpdateWorkspaceOptions.Builder |
UpdateWorkspaceOptions.Builder.addEntity(CreateEntity entity)
Adds an entity to entities.
|
UpdateWorkspaceAsyncOptions.Builder |
UpdateWorkspaceAsyncOptions.Builder.addEntity(CreateEntity entity)
Adds an entity to entities.
|
CreateWorkspaceOptions.Builder |
CreateWorkspaceOptions.Builder.addEntity(CreateEntity entity)
Adds an entity to entities.
|
CreateWorkspaceAsyncOptions.Builder |
CreateWorkspaceAsyncOptions.Builder.addEntity(CreateEntity entity)
Adds an entity to entities.
|
Modifier and Type | Method and Description |
---|---|
UpdateWorkspaceOptions.Builder |
UpdateWorkspaceOptions.Builder.entities(List<CreateEntity> entities)
Set the entities.
|
UpdateWorkspaceAsyncOptions.Builder |
UpdateWorkspaceAsyncOptions.Builder.entities(List<CreateEntity> entities)
Set the entities.
|
CreateWorkspaceOptions.Builder |
CreateWorkspaceOptions.Builder.entities(List<CreateEntity> entities)
Set the entities.
|
CreateWorkspaceAsyncOptions.Builder |
CreateWorkspaceAsyncOptions.Builder.entities(List<CreateEntity> entities)
Set the entities.
|
Copyright © 2023 IBM Cloud. All rights reserved.