public static class DeleteExampleOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String workspaceId,
String intent,
String text)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
DeleteExampleOptions |
build()
Builds a DeleteExampleOptions.
|
DeleteExampleOptions.Builder |
intent(String intent)
Set the intent.
|
DeleteExampleOptions.Builder |
text(String text)
Set the text.
|
DeleteExampleOptions.Builder |
workspaceId(String workspaceId)
Set the workspaceId.
|
public DeleteExampleOptions build()
public DeleteExampleOptions.Builder workspaceId(String workspaceId)
workspaceId
- the workspaceIdpublic DeleteExampleOptions.Builder intent(String intent)
intent
- the intentpublic DeleteExampleOptions.Builder text(String text)
text
- the textCopyright © 2024 IBM Cloud. All rights reserved.