Click or drag to resize

RuntimeEntity Class

The entity object.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Conversation.v1RuntimeEntity

Namespace:  IBM.Watson.DeveloperCloud.Services.Conversation.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class RuntimeEntity

The RuntimeEntity type exposes the following members.

Constructors
  NameDescription
Public methodRuntimeEntity
Initializes a new instance of the RuntimeEntity class
Top
Properties
  NameDescription
Public propertyentity
The entity name.
Public propertylocation
The entity location.
Public propertyvalue
The entity value.
Top
See Also