Overview

Contains a Expertise Dynamic Topic, a temporary topic generated on an as-needed basis from terms within a single account profile.

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).

owningProfile

entity

The owning account. May be null if an aggregated topic.

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

Inherits From

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:expertiseDynamicTopic xsi:type="obh:expertiseDynamicTopic" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <displayKeywordsLikePhraseHint>your_boolean_0</displayKeywordsLikePhraseHint>
        <matchingAssociatedWords>your_string_0</matchingAssociatedWords>
        <matchingAssociatedWords>your_string_1</matchingAssociatedWords>
        <matchingAssociatedWords>your_string_2</matchingAssociatedWords>
        <matchingClauses>your_expertiseTopicClause_0</matchingClauses>
        <matchingClauses>your_expertiseTopicClause_1</matchingClauses>
        <matchingClauses>your_expertiseTopicClause_2</matchingClauses>
        <matchingKeywords>your_string_0</matchingKeywords>
        <matchingKeywords>your_string_1</matchingKeywords>
        <matchingKeywords>your_string_2</matchingKeywords>
        <matchingTerms>your_expertiseTerm_0</matchingTerms>
        <matchingTerms>your_expertiseTerm_1</matchingTerms>
        <matchingTerms>your_expertiseTerm_2</matchingTerms>
        <matchingWordsLanguage>your_int_0</matchingWordsLanguage>
        <owningProfile>your_entity_0</owningProfile>
        <siblingDetails>your_associativeArray_0</siblingDetails>
        <strength>your_float_0</strength>
        <title>your_string_0</title>
        <unGroupableSiblings>your_string_0</unGroupableSiblings>
        <unGroupableSiblings>your_string_1</unGroupableSiblings>
        <unGroupableSiblings>your_string_2</unGroupableSiblings>
</obh:expertiseDynamicTopic>

Referenced By Representaions