ApiData().GetExuderContext

Returns the given Exuder’s Conceptual context field.

Description

This method returns the context field of an existing Exuder within an existing Behavior. Each Exuder may contain an optional context, where certain Concepts must be within recent memory as part of the discussion. If the context constraint is NOT met during the course of conversation, then that Exuder is discarded from consideration in the output phase.

Example Usage (C#)


string context = _core.ApiData().GetExuderContext(147, 3);

Returns

The string value containing the current conversational context constraints for the given Exuder.

ApiData()