Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets the user interaction capabilities. This can be used to report progress, display messages, or prompt the user during insight agent execution.
Gets the originating visual snapshot node. This can be used to access visualization metadata such as axis expressions, data table references, and marking configuration.
Reports the result found by the agent, including any insights (if any where found).
The title of the result.
A summary of the result.
Optionalinsights: OrExplicit<System.Collections.Generic.IEnumerable<AgentInsight>>Any agent insights found by the agent that the user can act on.
Provides the execution context for a Spotfire.Dxp.Application.Insights.VisualInsightAgent. The context is created inside a snapshot read callback, so all document node properties are snapshot nodes that can be accessed directly without additional snapshot reads.
Since
2.5