public class UpdateIntentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | UpdateIntentOptions.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | intent()Gets the intent. | 
| UpdateIntentOptions.Builder | newBuilder()New builder. | 
| java.lang.String | newDescription()Gets the newDescription. | 
| java.util.List<Example> | newExamples()Gets the newExamples. | 
| java.lang.String | newIntent()Gets the newIntent. | 
| java.lang.String | workspaceId()Gets the workspaceId. | 
public UpdateIntentOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.String intent()
public java.lang.String newIntent()
public java.lang.String newDescription()
public java.util.List<Example> newExamples()