Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
Modifier and Type | Method and Description |
---|---|
UpdateWorkspaceOptions.Builder |
UpdateWorkspaceOptions.Builder.addCounterexample(Counterexample counterexample)
Adds a new element to counterexamples.
|
UpdateWorkspaceOptions.Builder |
UpdateWorkspaceOptions.Builder.addDialogNode(DialogNode dialogNode)
Adds a new element to dialogNodes.
|
UpdateWorkspaceOptions.Builder |
UpdateWorkspaceOptions.Builder.addEntity(CreateEntity entity)
Adds a new element to entities.
|
UpdateWorkspaceOptions.Builder |
UpdateWorkspaceOptions.Builder.addIntent(CreateIntent intent)
Adds a new element to intents.
|
UpdateWorkspaceOptions.Builder |
UpdateWorkspaceOptions.Builder.addWebhooks(Webhook webhooks)
Adds a new element 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.
|
Copyright © 2024 IBM Cloud. All rights reserved.