AISummarizeRecord Action
Summarizes the given entity record using AI builder GPT action.
Note
The IsMergedCatchupAndSummary
parameter currently works only for the Dynamics 365 Sales lead and opportunity tables.
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
EntityLogicalName
|
Edm.String | False | False | The table logical name for the related record to summarize. |
RecordContext
|
Edm.String | True | False | Additional record data used for the summary. |
IsMergedCatchupAndSummary
|
Edm.Boolean | True | True | Include information about what has changed with the summary. |
Id
|
Edm.String | False | False | The ID of the record to summarize. |
Return type
Type | Nullable | Description |
---|---|---|
AISummarizeRecordResponse | False | Contains the response of the AISummarizeRecord action. |