Skip to main content
This page describes the DashboardWidgetInput object used for creating and updating dashboard widgets.

DashboardWidgetInput

String
Optional widget ID for update operations. Omit for creation.
String
Optional domain ID associated with the widget.
String
Optional display title. If null, the natural language query will be used as title.
String
Natural language query for generating the widget content.
String
Optional ID of an existing visualization to use for the widget.
VisualizationType
Optional visualization type. If null, will be determined from the natural language query. See VisualizationType.
WidgetLayoutInput
Positioning and sizing information for the widget. See WidgetLayoutInput.
String
Optional ID of the conversation that generated this widget.
String
Optional ID of the message that generated this widget.
DateTime
Optional timestamp for when data was last refreshed.
UpdateChatMessageBodyOneOf
Optional message body for chat-based widget updates.
WidgetType
Type of widget content. See WidgetType.
String
Markdown content for text/markdown widgets.

DashboardWidget Object

Resulting widget structure

Create Dashboard

Mutation using DashboardWidgetInput

Update Dashboard Widgets

Update mutation using DashboardWidgetInput