Overview

An encapsulation of a topic that is build on demand and has no permanence. Examples of types that inherit this type are DynamicTopic and AggregateTopic.

Members

Show inherited members

Name Type Required Description

displayKeywordsLikePhraseHint

boolean

Whether the keywords can be displayed like a phrase.

matchingAssociatedWords

string[]

The list of words associated with this topic.

matchingClauses

expertiseTopicClause[]

The clauses that caused this to be a match.

matchingKeywords

string[]

The keyword used to create this topic.

matchingTerms

expertiseTerm[]

The list of matching TermSet containing the terms that this topic represents

matchingWordsLanguage

int

The language of the matching words (keywords & associated words).

siblingDetails

associativeArray<stringexpertiseSiblingDetails>

ExpertiseSiblingDetails for the siblings, regardless of whether the sibling is an associated word of unconsumed sibling.

strength

float

An integer inidicating the topic's strength.

title

string

The title of this topic.

unGroupableSiblings

string[]

The list of matching words that were not grouped into the topic title as associated words.

Hierarchy

expertiseTransientTopic is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherits From

Referenced By Representaions

Not Referenced Directly by Representations