public class DeleteExampleOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DeleteExampleOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
intent()
Gets the intent.
|
DeleteExampleOptions.Builder |
newBuilder()
New builder.
|
String |
text()
Gets the text.
|
String |
workspaceId()
Gets the workspaceId.
|
public DeleteExampleOptions.Builder newBuilder()
public String workspaceId()
Unique identifier of the workspace.
public String intent()
The intent name.
public String text()
The text of the user input example.
Copyright © 2024 IBM Cloud. All rights reserved.