Explanation: https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-howto-expire- conversation?view=azure-bot-service-4.0&tabs=python#user-interaction-expiration # Notify the user that the conversation is being restarted. - await turn_context.send_activity( # Clear state. - await self.conversation_state.clear_state(turn_context)