

# MeetingInsights
<a name="API_MeetingInsights"></a>


|  | 
| --- |
| The AWS AppFabric for productivity feature is in preview and is subject to change. | 

Contains a summary of the top 3 meetings along with meeting purpose, related cross-app artifacts, and activities from tasks, emails, messages, and calendar events.


| Parameter | Description | 
| --- | --- | 
| **insightId** | The unique id for the generated insight. | 
| **insightContent** | The description of the insight highlighting the details in a string format. As in, why is this insight important. | 
| **insightTitle** | The title of the generated insight. | 
| **createdAt** | When the insight was generated. | 
| **calendarEvent** | The important calendar event or meeting that the user should focus on.<br />Calendar Event object:+  `startTime` — The start time of the event. <br />+  `endTime` — The end time of the event. <br />+  `eventUrl` — The URL for the calendar event on the ISV app.  | 
| **resources** | The list containing the other resources related to the generate the insight.<br />Resource object:+  `appName` — The app name to which the resource belongs. <br />+  `resourceTitle` — The resource title. <br />+  `resourceType` — The type of the resource. <br />The possible values are: `EMAIL \| EVENT \| MESSAGE \| TASK` <br />+  `resourceUrl` — The resource URL in the app. <br />+  `appIconUrl` — The image URL of the app to which the resource belongs.  | 
| **nextToken** | The pagination token to fetch the next set of insights. It’s an optional field which if returned null means there are no more insights to load. | 