Class RuntimeIntent.Builder
java.lang.Object
com.ibm.watson.assistant.v2.model.RuntimeIntent.Builder
- Enclosing class:
- RuntimeIntent
public static class RuntimeIntent.Builder extends Object
Builder.
- 
Constructor Summary
- 
Method SummaryModifier and Type Method Description RuntimeIntentbuild()Builds a RuntimeIntent.RuntimeIntent.Builderconfidence(Double confidence)Set the confidence.RuntimeIntent.Builderintent(String intent)Set the intent.
- 
Constructor Details- 
Builderpublic Builder()Instantiates a new builder.
- 
BuilderInstantiates a new builder with required properties.- Parameters:
- intent- the intent
- confidence- the confidence
 
 
- 
- 
Method Details- 
buildBuilds a RuntimeIntent.- Returns:
- the new RuntimeIntent instance
 
- 
intentSet the intent.- Parameters:
- intent- the intent
- Returns:
- the RuntimeIntent builder
 
- 
confidenceSet the confidence.- Parameters:
- confidence- the confidence
- Returns:
- the RuntimeIntent builder
 
 
-