AgentInsight Class

Spotfire 15.0 API Reference
Base class for insights produced by AI-powered insight agents. These insights typically execute actions when selected by the user.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.InsightsInsightBase
    Spotfire.Dxp.Application.InsightsAgentInsight
      Spotfire.Dxp.Application.InsightsActionInsightBase

Namespace:  Spotfire.Dxp.Application.Insights
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public abstract class AgentInsight : InsightBase

The AgentInsight type exposes the following members.

Properties

  NameDescription
Public propertyId
Gets the identifier of the insight.
(Inherited from InsightBase.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Supported in: 15.0
See Also

Reference