| Package | Description | 
|---|---|
| com.ibm.watson.assistant.v1.model | 
| Modifier and Type | Method and Description | 
|---|---|
CreateIntent | 
CreateIntent.Builder.build()
Builds a CreateIntent. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<CreateIntent> | 
CreateWorkspaceOptions.intents()
Gets the intents. 
 | 
List<CreateIntent> | 
UpdateWorkspaceOptions.intents()
Gets the intents. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateWorkspaceOptions.Builder | 
CreateWorkspaceOptions.Builder.addIntent(CreateIntent intent)
Adds an intent to intents. 
 | 
UpdateWorkspaceOptions.Builder | 
UpdateWorkspaceOptions.Builder.addIntent(CreateIntent intent)
Adds an intent to intents. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateWorkspaceOptions.Builder | 
CreateWorkspaceOptions.Builder.intents(List<CreateIntent> intents)
Set the intents. 
 | 
UpdateWorkspaceOptions.Builder | 
UpdateWorkspaceOptions.Builder.intents(List<CreateIntent> intents)
Set the intents. 
 | 
Copyright © 2021 IBM Cloud. All rights reserved.