AssistantAction's unique identifier in Luma's database.
Response
Deleted assistant action
_idstring
Luma's internal ID of an object.
userstring
The ID of the root account user.
deleted0 | 1
Flag for logical deletion where 1 means deleted.
createdBystring
The ID of the user who created this object.
updatedBystring
The ID of the user who updated this object.
createdAtstring date-time
The date/time when this object was created.
updatedAtstring date-time
The date/time when this object was updated.
descriptionstring
Free-form description of the action taken.
status'success' | 'failure' | 'pending'
Outcome of the underlying API call this action made.
functionNamestring
Name of the tool/function called, for example cancelAppointment or listAvailabilities.
{"stackTrail":"components:schemas:AssistantActionResponse:properties:parameters","oasType":"schema","type":"unknown","description":"The parameters passed to the underlying API call."}
{"stackTrail":"components:schemas:AssistantActionResponse:properties:response","oasType":"schema","type":"unknown","description":"The raw response returned by the underlying API call."}
assistantInstancestring
ID of the AssistantInstance (conversation) this action was taken during.