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.Builder
UpdateIntentOptions.Builder. addExample(Example example)
Adds an example to newExamples.UpdateIntentOptions.Builder
UpdateIntentOptions.Builder. append(Boolean append)
Set the append.UpdateIntentOptions.Builder
UpdateIntentOptions.Builder. includeAudit(Boolean includeAudit)
Set the includeAudit.UpdateIntentOptions.Builder
UpdateIntentOptions.Builder. intent(String intent)
Set the intent.UpdateIntentOptions.Builder
UpdateIntentOptions. newBuilder()
New builder.UpdateIntentOptions.Builder
UpdateIntentOptions.Builder. newDescription(String newDescription)
Set the newDescription.UpdateIntentOptions.Builder
UpdateIntentOptions.Builder. newExamples(List<Example> newExamples)
Set the newExamples.UpdateIntentOptions.Builder
UpdateIntentOptions.Builder. newIntent(String newIntent)
Set the newIntent.UpdateIntentOptions.Builder
UpdateIntentOptions.Builder. workspaceId(String workspaceId)
Set the workspaceId.