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> |
MessageRequest.intents()
Gets the intents.
|
List<RuntimeIntent> |
DialogNodeOutputOptionsElementValue.intents()
Gets the intents.
|
List<RuntimeIntent> |
MessageOptions.intents()
Gets the intents.
|
List<RuntimeIntent> |
DialogSuggestionValue.intents()
Gets the intents.
|
Modifier and Type | Method and Description |
---|---|
MessageRequest.Builder |
MessageRequest.Builder.addIntent(RuntimeIntent intent)
Adds a new element to intents.
|
MessageOptions.Builder |
MessageOptions.Builder.addIntent(RuntimeIntent intent)
Adds a new element to intents.
|
DialogNodeOutputOptionsElementValue.Builder |
DialogNodeOutputOptionsElementValue.Builder.addIntents(RuntimeIntent intents)
Adds a new element to intents.
|
DialogSuggestionValue.Builder |
DialogSuggestionValue.Builder.addIntents(RuntimeIntent intents)
Adds a new element to intents.
|
Modifier and Type | Method and Description |
---|---|
MessageRequest.Builder |
MessageRequest.Builder.intents(List<RuntimeIntent> intents)
Set the intents.
|
DialogNodeOutputOptionsElementValue.Builder |
DialogNodeOutputOptionsElementValue.Builder.intents(List<RuntimeIntent> intents)
Set the intents.
|
MessageOptions.Builder |
MessageOptions.Builder.intents(List<RuntimeIntent> intents)
Set the intents.
|
DialogSuggestionValue.Builder |
DialogSuggestionValue.Builder.intents(List<RuntimeIntent> intents)
Set the intents.
|
Copyright © 2024 IBM Cloud. All rights reserved.