DashboardWidget
Unique identifier for the widget.
Domain associated with this widget. May be null if the domain was deleted after widget creation.
Display title for the widget.
Natural language query that generated this widget’s content.
Chart or table visualization data. Null if there was an error generating the visualization. See Visualization.
Type of visualization (chart, table, etc.). See VisualizationType.
Positioning and sizing information for the widget. See WidgetLayout.
Timestamp when the widget data was last refreshed.
ID of the conversation that generated this widget. Null if not sourced from a conversation.
ID of the message that generated this widget. Null if not sourced from a conversation.
Whether the current user can ask follow-up questions about this widget.
Whether the current user can view the original conversation message that generated this widget.
Type of widget content. See WidgetType.
Markdown content for text/markdown widgets.
WidgetType
The type of content displayed in the widget. The possible values are:Value | Description |
---|---|
WIDGET_TYPE_UNKNOWN | Unknown widget type |
WIDGET_TYPE_VISUALIZATION | Chart or table visualization |
WIDGET_TYPE_MARKDOWN | Rich text content |
WIDGET_TYPE_SUMMARY | Summary or aggregated content |