public static class NluEnrichmentSemanticRoles.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
NluEnrichmentSemanticRoles |
build()
Builds a NluEnrichmentSemanticRoles.
|
NluEnrichmentSemanticRoles.Builder |
entities(Boolean entities)
Set the entities.
|
NluEnrichmentSemanticRoles.Builder |
keywords(Boolean keywords)
Set the keywords.
|
NluEnrichmentSemanticRoles.Builder |
limit(long limit)
Set the limit.
|
public NluEnrichmentSemanticRoles build()
public NluEnrichmentSemanticRoles.Builder entities(Boolean entities)
entities
- the entitiespublic NluEnrichmentSemanticRoles.Builder keywords(Boolean keywords)
keywords
- the keywordspublic NluEnrichmentSemanticRoles.Builder limit(long limit)
limit
- the limitCopyright © 2023 IBM Cloud. All rights reserved.