public static class CreateWorkspaceOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
public CreateWorkspaceOptions build()
public CreateWorkspaceOptions.Builder addDialogNode(DialogNode dialogNode)
dialogNode
- the new element to be addedpublic CreateWorkspaceOptions.Builder addCounterexample(Counterexample counterexample)
counterexample
- the new element to be addedpublic CreateWorkspaceOptions.Builder addWebhooks(Webhook webhooks)
webhooks
- the new element to be addedpublic CreateWorkspaceOptions.Builder addIntent(CreateIntent intent)
intent
- the new element to be addedpublic CreateWorkspaceOptions.Builder addEntity(CreateEntity entity)
entity
- the new element to be addedpublic CreateWorkspaceOptions.Builder name(String name)
name
- the namepublic CreateWorkspaceOptions.Builder description(String description)
description
- the descriptionpublic CreateWorkspaceOptions.Builder language(String language)
language
- the languagepublic CreateWorkspaceOptions.Builder dialogNodes(List<DialogNode> dialogNodes)
dialogNodes
- the dialogNodespublic CreateWorkspaceOptions.Builder counterexamples(List<Counterexample> counterexamples)
counterexamples
- the counterexamplespublic CreateWorkspaceOptions.Builder metadata(Map<String,Object> metadata)
metadata
- the metadatapublic CreateWorkspaceOptions.Builder learningOptOut(Boolean learningOptOut)
learningOptOut
- the learningOptOutpublic CreateWorkspaceOptions.Builder systemSettings(WorkspaceSystemSettings systemSettings)
systemSettings
- the systemSettingspublic CreateWorkspaceOptions.Builder webhooks(List<Webhook> webhooks)
webhooks
- the webhookspublic CreateWorkspaceOptions.Builder intents(List<CreateIntent> intents)
intents
- the intentspublic CreateWorkspaceOptions.Builder entities(List<CreateEntity> entities)
entities
- the entitiespublic CreateWorkspaceOptions.Builder includeAudit(Boolean includeAudit)
includeAudit
- the includeAuditCopyright © 2024 IBM Cloud. All rights reserved.