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

EntitiesDelta Struct

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

Overview

Data Fields

HashSet< WitKeyword >
WitOnly[Get]
Keywords only on Wit.Ai.
HashSet< WitKeyword >
Keywords on on local.
List< KeywordsDelta >
Changed[Get]
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.
bool
IsEmpty[Get]
True when the two entities are identical.

Details

Fields

HashSet<WitKeyword> Meta.Conduit.Editor.EntitiesDelta.WitOnly
Keywords only on Wit.Ai.
HashSet<WitKeyword> Meta.Conduit.Editor.EntitiesDelta.LocalOnly
Keywords on on local.
List<KeywordsDelta> Meta.Conduit.Editor.EntitiesDelta.Changed
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.
bool Meta.Conduit.Editor.EntitiesDelta.IsEmpty
True when the two entities are identical.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon