Uses of Class
com.ibm.watson.assistant.v1.model.RuntimeIntent
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of RuntimeIntent in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return RuntimeIntent Modifier and Type Method Description RuntimeIntent
RuntimeIntent.Builder. build()
Builds a RuntimeIntent.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type RuntimeIntent Modifier and Type Method Description List<RuntimeIntent>
BulkClassifyOutput. getIntents()
Gets the intents.List<RuntimeIntent>
MessageResponse. getIntents()
Gets the intents.List<RuntimeIntent>
DialogNodeOutputOptionsElementValue. intents()
Gets the intents.List<RuntimeIntent>
DialogSuggestionValue. intents()
Gets the intents.List<RuntimeIntent>
MessageOptions. intents()
Gets the intents.List<RuntimeIntent>
MessageRequest. intents()
Gets the intents.Methods in com.ibm.watson.assistant.v1.model with parameters of type RuntimeIntent Modifier and Type Method 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.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type RuntimeIntent Modifier and Type Method Description DialogNodeOutputOptionsElementValue.Builder
DialogNodeOutputOptionsElementValue.Builder. intents(List<RuntimeIntent> intents)
Set the intents.DialogSuggestionValue.Builder
DialogSuggestionValue.Builder. intents(List<RuntimeIntent> intents)
Set the intents.MessageOptions.Builder
MessageOptions.Builder. intents(List<RuntimeIntent> intents)
Set the intents.MessageRequest.Builder
MessageRequest.Builder. intents(List<RuntimeIntent> intents)
Set the intents.