Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
Modifier and Type | Method and Description |
---|---|
UpdateIntentOptions.Builder |
UpdateIntentOptions.Builder.addExample(Example example)
Adds a new element 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.
|
Copyright © 2024 IBM Cloud. All rights reserved.