API reference
API reference
Select your platform
No SDKs available
No versions available

ManifestEntity Class

An entity entry in the manifest (for example an enum). Typically used as a method parameter type.

Properties

The is the internal name of the entity/parameter in the codebase.
The namespace that contains the entity/enum in the code.
The data type for the entity on the backend. For example, wit$number.
This is the name of the entity as understood by the backend.
List of values this entity could assume. For an enum, these would be the enum values.
The fully qualified name of the assembly containing the code for the entity.

Member Functions

Called via JSON reflection, need preserver or it will be stripped on compile
Extracts Wit.Ai entity info from this entity.
Returns
The Wit entity info object.
string GetQualifiedTypeName ( )
override bool Equals
( object obj )
override int GetHashCode ( )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon