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 RuntimeIntentRuntimeIntent.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.BuilderMessageOptions.Builder. addIntent(RuntimeIntent intent)Adds an intent to intents.MessageRequest.BuilderMessageRequest.Builder. addIntent(RuntimeIntent intent)Adds an intent to intents.DialogNodeOutputOptionsElementValue.BuilderDialogNodeOutputOptionsElementValue.Builder. addIntents(RuntimeIntent intents)Adds an intents to intents.DialogSuggestionValue.BuilderDialogSuggestionValue.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.BuilderDialogNodeOutputOptionsElementValue.Builder. intents(List<RuntimeIntent> intents)Set the intents.DialogSuggestionValue.BuilderDialogSuggestionValue.Builder. intents(List<RuntimeIntent> intents)Set the intents.MessageOptions.BuilderMessageOptions.Builder. intents(List<RuntimeIntent> intents)Set the intents.MessageRequest.BuilderMessageRequest.Builder. intents(List<RuntimeIntent> intents)Set the intents.