public static class NluEnrichmentKeywords.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
NluEnrichmentKeywords.Builder()
Instantiates a new builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NluEnrichmentKeywords | 
build()
Builds a NluEnrichmentKeywords. 
 | 
NluEnrichmentKeywords.Builder | 
emotion(java.lang.Boolean emotion)
Set the emotion. 
 | 
NluEnrichmentKeywords.Builder | 
limit(long limit)
Set the limit. 
 | 
NluEnrichmentKeywords.Builder | 
sentiment(java.lang.Boolean sentiment)
Set the sentiment. 
 | 
public NluEnrichmentKeywords.Builder()
public NluEnrichmentKeywords build()
public NluEnrichmentKeywords.Builder sentiment(java.lang.Boolean sentiment)
sentiment - the sentimentpublic NluEnrichmentKeywords.Builder emotion(java.lang.Boolean emotion)
emotion - the emotionpublic NluEnrichmentKeywords.Builder limit(long limit)
limit - the limit