API reference

EntitiesDelta Struct

Holds the difference between two entity representations. One on Wit.Ai and the other in local code as an enum.

Fields

Changed : List< KeywordsDelta >
The keywords that are on both but with different details. This list will be empty if either there are no common keywords or the common ones match in terms of synonyms.
Signature
List<KeywordsDelta> Meta.Conduit.Editor.EntitiesDelta.Changed
IsEmpty : bool
True when the two entities are identical.
Signature
bool Meta.Conduit.Editor.EntitiesDelta.IsEmpty
LocalOnly : HashSet< WitKeyword >
Keywords on on local.
Signature
HashSet<WitKeyword> Meta.Conduit.Editor.EntitiesDelta.LocalOnly
WitOnly : HashSet< WitKeyword >
Keywords only on Wit.Ai.
Signature
HashSet<WitKeyword> Meta.Conduit.Editor.EntitiesDelta.WitOnly