In the actions-on-google package I have used the following logic to check whether the user is a new user or not.
conv.user.last.seen
But in the new @assistant/conversation package i have used the same logic but it fails stating that the seen is not found. I tried the following logic which shows the current date and time which makes the logic to pass all time.
conv.user.lastSeenTime
Does anyone tried to show whether the user is a new or not in the new @assistant/conversation package?