Class RuntimeEntityRole
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.model.RuntimeEntityRole
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RuntimeEntityRole
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An object describing the role played by a system entity that is specifies the beginning or end of
 a range recognized in the user input. This property is included only if the new system entities
 are enabled for the skill.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRuntimeEntityRole.BuilderBuilder.static interfaceRuntimeEntityRole.TypeThe relationship of the entity to the range.
- 
Method SummaryModifier and Type Method Description RuntimeEntityRole.BuildernewBuilder()New builder.Stringtype()Gets the type.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Method Details- 
newBuilderNew builder.- Returns:
- a RuntimeEntityRole builder
 
- 
typeGets the type.The relationship of the entity to the range. - Returns:
- the type
 
 
-