DateModified
Last updated
Was this helpful?
The DateModified() function returns the date and time of the last change to an AI agent conversation, for example when a new message was added.
Use this function to show when a conversation was last active, or to check whether a conversation has gone stale. Use DateCreated() if you need the moment the conversation was started instead.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns a date and time value indicating when the conversation was last changed.
conversation
AI agent conversation
☑️
an AI agent conversation field from the data model
Last updated
Was this helpful?
Was this helpful?