Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
Modifier and Type | Method and Description |
---|---|
RuntimeIntent |
RuntimeIntent.Builder.build()
Builds a RuntimeIntent.
|
Modifier and Type | Method and Description |
---|---|
List<RuntimeIntent> |
BulkClassifyOutput.getIntents()
Gets the intents.
|
List<RuntimeIntent> |
MessageResponse.getIntents()
Gets the intents.
|
List<RuntimeIntent> |
MessageOptions.intents()
Gets the intents.
|
List<RuntimeIntent> |
DialogNodeOutputOptionsElementValue.intents()
Gets the intents.
|
List<RuntimeIntent> |
MessageRequest.intents()
Gets the intents.
|
List<RuntimeIntent> |
DialogSuggestionValue.intents()
Gets the intents.
|
Modifier and Type | Method and Description |
---|---|
MessageOptions.Builder |
MessageOptions.Builder.addIntent(RuntimeIntent intent)
Adds an intent to intents.
|
MessageRequest.Builder |
MessageRequest.Builder.addIntent(RuntimeIntent intent)
Adds an intent to intents.
|
DialogNodeOutputOptionsElementValue.Builder |
DialogNodeOutputOptionsElementValue.Builder.addIntents(RuntimeIntent intents)
Adds an intents to intents.
|
DialogSuggestionValue.Builder |
DialogSuggestionValue.Builder.addIntents(RuntimeIntent intents)
Adds an intents to intents.
|
Modifier and Type | Method and Description |
---|---|
MessageOptions.Builder |
MessageOptions.Builder.intents(List<RuntimeIntent> intents)
Set the intents.
|
DialogNodeOutputOptionsElementValue.Builder |
DialogNodeOutputOptionsElementValue.Builder.intents(List<RuntimeIntent> intents)
Set the intents.
|
MessageRequest.Builder |
MessageRequest.Builder.intents(List<RuntimeIntent> intents)
Set the intents.
|
DialogSuggestionValue.Builder |
DialogSuggestionValue.Builder.intents(List<RuntimeIntent> intents)
Set the intents.
|
Copyright © 2023 IBM Cloud. All rights reserved.