EnableFollowUp

The EnableFollowUp action enables the follow-up mechanism for the current conversation. When enabled, the agent can schedule and send follow-up messages to the user based on configured intervals.

EnableFollowUp()

Example

{{EnableFollowUp()}}

{{SendMessage(message="Follow-up reminders have been enabled.")}}

The above code snippet enables follow-up functionality, allowing the agent to send scheduled follow-up messages during the conversation.