Uses of Class
com.ibm.watson.assistant.v1.model.Example
| Package | Description |
|---|---|
| com.ibm.watson.assistant.v1 |
Watson Assistant v1 v1.
|
| com.ibm.watson.assistant.v1.model |
-
Uses of Example in com.ibm.watson.assistant.v1
Methods in com.ibm.watson.assistant.v1 that return types with arguments of type Example Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<Example>Assistant. createExample(CreateExampleOptions createExampleOptions)Create user input example.com.ibm.cloud.sdk.core.http.ServiceCall<Example>Assistant. getExample(GetExampleOptions getExampleOptions)Get user input example.com.ibm.cloud.sdk.core.http.ServiceCall<Example>Assistant. updateExample(UpdateExampleOptions updateExampleOptions)Update user input example. -
Uses of Example in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return Example Modifier and Type Method Description ExampleExample.Builder. build()Builds a Example.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type Example Modifier and Type Method Description List<Example>CreateIntent. examples()Gets the examples.List<Example>CreateIntentOptions. examples()Gets the examples.List<Example>ExampleCollection. getExamples()Gets the examples.List<Example>Intent. getExamples()Gets the examples.List<Example>UpdateIntentOptions. newExamples()Gets the newExamples.Methods in com.ibm.watson.assistant.v1.model with parameters of type Example Modifier and Type Method Description CreateIntent.BuilderCreateIntent.Builder. addExample(Example example)Adds an example to examples.CreateIntentOptions.BuilderCreateIntentOptions.Builder. addExample(Example example)Adds an example to examples.UpdateIntentOptions.BuilderUpdateIntentOptions.Builder. addExample(Example example)Adds an example to newExamples.CreateExampleOptions.BuilderCreateExampleOptions.Builder. example(Example example)Set the example.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type Example Modifier and Type Method Description CreateIntent.BuilderCreateIntent.Builder. examples(List<Example> examples)Set the examples.CreateIntentOptions.BuilderCreateIntentOptions.Builder. examples(List<Example> examples)Set the examples.UpdateIntentOptions.BuilderUpdateIntentOptions.Builder. newExamples(List<Example> newExamples)Set the newExamples.