public static class CategoriesOptions.Builder
extends java.lang.Object
Constructor and Description |
---|
CategoriesOptions.Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
CategoriesOptions |
build()
Builds a CategoriesOptions.
|
CategoriesOptions.Builder |
explanation(java.lang.Boolean explanation)
Set the explanation.
|
CategoriesOptions.Builder |
limit(long limit)
Set the limit.
|
CategoriesOptions.Builder |
model(java.lang.String model)
Deprecated.
the model parameter is no longer supported by the Natural Language Understanding
service and will be removed in the next major release
|
public CategoriesOptions.Builder()
public CategoriesOptions build()
public CategoriesOptions.Builder explanation(java.lang.Boolean explanation)
explanation
- the explanationpublic CategoriesOptions.Builder limit(long limit)
limit
- the limitpublic CategoriesOptions.Builder model(java.lang.String model)
model
- the model