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> |
UpdateWorkspaceOptions.intents()
Gets the intents.
|
List<CreateIntent> |
UpdateWorkspaceAsyncOptions.intents()
Gets the intents.
|
List<CreateIntent> |
CreateWorkspaceOptions.intents()
Gets the intents.
|
List<CreateIntent> |
CreateWorkspaceAsyncOptions.intents()
Gets the intents.
|
Modifier and Type | Method and Description |
---|---|
UpdateWorkspaceOptions.Builder |
UpdateWorkspaceOptions.Builder.addIntent(CreateIntent intent)
Adds an intent to intents.
|
UpdateWorkspaceAsyncOptions.Builder |
UpdateWorkspaceAsyncOptions.Builder.addIntent(CreateIntent intent)
Adds an intent to intents.
|
CreateWorkspaceOptions.Builder |
CreateWorkspaceOptions.Builder.addIntent(CreateIntent intent)
Adds an intent to intents.
|
CreateWorkspaceAsyncOptions.Builder |
CreateWorkspaceAsyncOptions.Builder.addIntent(CreateIntent intent)
Adds an intent to intents.
|
Modifier and Type | Method and Description |
---|---|
UpdateWorkspaceOptions.Builder |
UpdateWorkspaceOptions.Builder.intents(List<CreateIntent> intents)
Set the intents.
|
UpdateWorkspaceAsyncOptions.Builder |
UpdateWorkspaceAsyncOptions.Builder.intents(List<CreateIntent> intents)
Set the intents.
|
CreateWorkspaceOptions.Builder |
CreateWorkspaceOptions.Builder.intents(List<CreateIntent> intents)
Set the intents.
|
CreateWorkspaceAsyncOptions.Builder |
CreateWorkspaceAsyncOptions.Builder.intents(List<CreateIntent> intents)
Set the intents.
|
Copyright © 2023 IBM Cloud. All rights reserved.