Uses of Class
com.ibm.watson.assistant.v1.model.CreateIntent
| Package | Description |
|---|---|
| com.ibm.watson.assistant.v1.model |
-
Uses of CreateIntent in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return CreateIntent Modifier and Type Method Description CreateIntentCreateIntent.Builder. build()Builds a CreateIntent.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type CreateIntent Modifier and Type Method Description List<CreateIntent>CreateWorkspaceOptions. intents()Gets the intents.List<CreateIntent>UpdateWorkspaceOptions. intents()Gets the intents.Methods in com.ibm.watson.assistant.v1.model with parameters of type CreateIntent Modifier and Type Method Description CreateWorkspaceOptions.BuilderCreateWorkspaceOptions.Builder. addIntent(CreateIntent intent)Adds an intent to intents.UpdateWorkspaceOptions.BuilderUpdateWorkspaceOptions.Builder. addIntent(CreateIntent intent)Adds an intent to intents.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type CreateIntent Modifier and Type Method Description CreateWorkspaceOptions.BuilderCreateWorkspaceOptions.Builder. intents(List<CreateIntent> intents)Set the intents.UpdateWorkspaceOptions.BuilderUpdateWorkspaceOptions.Builder. intents(List<CreateIntent> intents)Set the intents.