Uses of Class
com.ibm.watson.assistant.v1.model.UpdateIntentOptions.Builder
| Package | Description |
|---|---|
| com.ibm.watson.assistant.v1.model |
-
Uses of UpdateIntentOptions.Builder in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return UpdateIntentOptions.Builder Modifier and Type Method Description UpdateIntentOptions.BuilderUpdateIntentOptions.Builder. addExample(Example example)Adds an example to newExamples.UpdateIntentOptions.BuilderUpdateIntentOptions.Builder. append(Boolean append)Set the append.UpdateIntentOptions.BuilderUpdateIntentOptions.Builder. includeAudit(Boolean includeAudit)Set the includeAudit.UpdateIntentOptions.BuilderUpdateIntentOptions.Builder. intent(String intent)Set the intent.UpdateIntentOptions.BuilderUpdateIntentOptions. newBuilder()New builder.UpdateIntentOptions.BuilderUpdateIntentOptions.Builder. newDescription(String newDescription)Set the newDescription.UpdateIntentOptions.BuilderUpdateIntentOptions.Builder. newExamples(List<Example> newExamples)Set the newExamples.UpdateIntentOptions.BuilderUpdateIntentOptions.Builder. newIntent(String newIntent)Set the newIntent.UpdateIntentOptions.BuilderUpdateIntentOptions.Builder. workspaceId(String workspaceId)Set the workspaceId.