public class RuntimeIntent
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RuntimeIntent.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| Double | confidence()Gets the confidence. | 
| String | intent()Gets the intent. | 
| RuntimeIntent.Builder | newBuilder()New builder. | 
public RuntimeIntent.Builder newBuilder()
public String intent()
The name of the recognized intent.
public Double confidence()
A decimal percentage that represents Watson's confidence in the intent.
Copyright © 2021 IBM Cloud. All rights reserved.