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 Example
Example.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.Builder
CreateIntent.Builder. addExample(Example example)
Adds an example to examples.CreateIntentOptions.Builder
CreateIntentOptions.Builder. addExample(Example example)
Adds an example to examples.UpdateIntentOptions.Builder
UpdateIntentOptions.Builder. addExample(Example example)
Adds an example to newExamples.CreateExampleOptions.Builder
CreateExampleOptions.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.Builder
CreateIntent.Builder. examples(List<Example> examples)
Set the examples.CreateIntentOptions.Builder
CreateIntentOptions.Builder. examples(List<Example> examples)
Set the examples.UpdateIntentOptions.Builder
UpdateIntentOptions.Builder. newExamples(List<Example> newExamples)
Set the newExamples.