Skip to main content
The dashboardSummary subscription allows you to generate summary of a dashboard, based on the instructions provided to it

Signature

Arguments

SubscriptionAuthInput!
required
Authentication credentials for the subscription. See SubscriptionAuthInput.
String!
required
The unique identifier of the dashboard whose summary is to be generated.
String!
required
The random string to be passed to avoid duplicate calls to the server.
String
The instructions to be followed while generating summary.
DashboardSummaryType
The type of summary to be generated. See DashboardSummaryType.

Response

Returns an array of DashboardSummaryDiff objects representing conversation updates. See DashboardSummaryDiff for the schema.

Usage example

A very simple example to get you started is to do the following:

DashboardSummaryDiff Schema

Learn about dashboard summary diff