AISummarizeRecord Action

Summarizes the given entity record using AI builder GPT action.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
RecordContext
Edm.String True False
Id
Edm.String False False

The ID of the record to summarize.

EntityLogicalName
Edm.String False False

The table logical name for the related record to summarize.

IsMergedCatchupAndSummary
Edm.Boolean True True

Include information about what has changed with the summary.

Return Type

Type Nullable Description
AISummarizeRecordResponse False Contains the response of the AISummarizeRecord action.

Remarks

The IsMergedCatchupAndSummary parameter currently works only for the Dynamics 365 Sales lead and opportunity tables.

See also