Class RuntimeEntityRole
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.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 workspace.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuntimeEntityRole.Builder
Builder.static interface
RuntimeEntityRole.Type
The relationship of the entity to the range. -
Method Summary
Modifier and Type Method Description RuntimeEntityRole.Builder
newBuilder()
New builder.String
type()
Gets the type.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a RuntimeEntityRole builder
-
type
Gets the type.The relationship of the entity to the range.
- Returns:
- the type
-