API reference

KeywordsDelta Struct

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

Overview

Data Fields

string
Keyword[Get]
HashSet< string >
HashSet< string >
HashSet< string >
bool
IsEmpty[Get]
Returns true if there are no differences between the synonyms of both keywords.

Details

Fields

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