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

KeywordsDelta Struct

Represents the difference between two keywords. One local and one on Wit.Ai.

Fields

AllSynonyms : HashSet< string >
Signature
HashSet<string> Meta.Conduit.Editor.KeywordsDelta.AllSynonyms
IsEmpty : bool
Returns true if there are no differences between the synonyms of both keywords.
Signature
bool Meta.Conduit.Editor.KeywordsDelta.IsEmpty
Keyword : string
Signature
string Meta.Conduit.Editor.KeywordsDelta.Keyword
LocalOnlySynonyms : HashSet< string >
Signature
HashSet<string> Meta.Conduit.Editor.KeywordsDelta.LocalOnlySynonyms
WitOnlySynonyms : HashSet< string >
Signature
HashSet<string> Meta.Conduit.Editor.KeywordsDelta.WitOnlySynonyms