Uses of Class
com.ibm.watson.assistant.v1.model.UpdateWorkspaceOptions.Builder
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of UpdateWorkspaceOptions.Builder in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return UpdateWorkspaceOptions.Builder Modifier and Type Method Description UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. addCounterexample(Counterexample counterexample)
Adds an counterexample to counterexamples.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. addDialogNode(DialogNode dialogNode)
Adds an dialogNode to dialogNodes.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. addEntity(CreateEntity entity)
Adds an entity to entities.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. addIntent(CreateIntent intent)
Adds an intent to intents.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. addWebhooks(Webhook webhooks)
Adds an webhooks to webhooks.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. append(Boolean append)
Set the append.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. counterexamples(List<Counterexample> counterexamples)
Set the counterexamples.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. description(String description)
Set the description.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. dialogNodes(List<DialogNode> dialogNodes)
Set the dialogNodes.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. entities(List<CreateEntity> entities)
Set the entities.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. includeAudit(Boolean includeAudit)
Set the includeAudit.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. intents(List<CreateIntent> intents)
Set the intents.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. language(String language)
Set the language.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. learningOptOut(Boolean learningOptOut)
Set the learningOptOut.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. metadata(Map<String,Object> metadata)
Set the metadata.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. name(String name)
Set the name.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions. newBuilder()
New builder.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. systemSettings(WorkspaceSystemSettings systemSettings)
Set the systemSettings.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. webhooks(List<Webhook> webhooks)
Set the webhooks.UpdateWorkspaceOptions.Builder
UpdateWorkspaceOptions.Builder. workspaceId(String workspaceId)
Set the workspaceId.