An AIRecommendation entity represents an AI-generated suggestion provided to a specific target. The recommendation includes actions, context, display details, and metadata regarding its status.
Properties
Name
Description
Type
Example
uid
A unique identifier for the recommendation
string
rec-123
created_at
The timestamp when the recommendation was created, in ISO 8601 format
string
2025-02-04T12:00:00Z
updated_at
The timestamp when the recommendation was last updated, in ISO 8601 format
string
2025-02-04T12:30:00Z
actions
A list of recommended actions related to this entity
array
See Actions Properties below
display
Contains display-related information for the recommendation
object
See Display Properties below
reason
A brief explanation of why the recommendation was generated
string
Clarification needed
context
The context in which the recommendation was generated
object
See Context Properties below
target
The target entity for this recommendation, typically representing the user or business involved
object
See Target Properties below
recommendation_type
The type of recommendation (matter_next_best_action, schedule, estimate)