Reports the result found by the agent, including any insights (if any where found).
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 void ReportResult( string title, string summary, IEnumerable<AgentInsight> insights = null )
Parameters
- title
- Type: SystemString
The title of the result. - summary
- Type: SystemString
A summary of the result. - insights (Optional)
- Type: System.Collections.GenericIEnumerableAgentInsight
Any agent insights found by the agent that the user can act on.
Version Information
Supported in: 15.0
See Also