Uses of Class
com.ibm.watson.assistant.v1.model.Intent
| Package | Description |
|---|---|
| com.ibm.watson.assistant.v1 |
Watson Assistant v1 v1.
|
| com.ibm.watson.assistant.v1.model |
-
Uses of Intent in com.ibm.watson.assistant.v1
Methods in com.ibm.watson.assistant.v1 that return types with arguments of type Intent Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<Intent>Assistant. createIntent(CreateIntentOptions createIntentOptions)Create intent.com.ibm.cloud.sdk.core.http.ServiceCall<Intent>Assistant. getIntent(GetIntentOptions getIntentOptions)Get intent.com.ibm.cloud.sdk.core.http.ServiceCall<Intent>Assistant. updateIntent(UpdateIntentOptions updateIntentOptions)Update intent. -
Uses of Intent in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type Intent Modifier and Type Method Description List<Intent>IntentCollection. getIntents()Gets the intents.List<Intent>Workspace. getIntents()Gets the intents.