public class DeleteIntentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DeleteIntentOptions.Builder
Builder. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
intent  | 
protected java.lang.String | 
workspaceId  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
DeleteIntentOptions(DeleteIntentOptions.Builder builder)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
intent()
Gets the intent. 
 | 
DeleteIntentOptions.Builder | 
newBuilder()
New builder. 
 | 
java.lang.String | 
workspaceId()
Gets the workspaceId. 
 | 
protected java.lang.String workspaceId
protected java.lang.String intent
protected DeleteIntentOptions(DeleteIntentOptions.Builder builder)
public DeleteIntentOptions.Builder newBuilder()
public java.lang.String workspaceId()
Unique identifier of the workspace.
public java.lang.String intent()
The intent name.