Uses of Class
com.ibm.watson.assistant.v1.model.CreateIntent.Builder
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of CreateIntent.Builder in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return CreateIntent.Builder Modifier and Type Method Description CreateIntent.Builder
CreateIntent.Builder. addExample(Example example)
Adds an example to examples.CreateIntent.Builder
CreateIntent.Builder. description(String description)
Set the description.CreateIntent.Builder
CreateIntent.Builder. examples(List<Example> examples)
Set the examples.CreateIntent.Builder
CreateIntent.Builder. intent(String intent)
Set the intent.CreateIntent.Builder
CreateIntent. newBuilder()
New builder.