Timestamp in conversation.SummaryAgent.transcript
# 🤝help
i
Is there a way to get timestamps as well in conversation.SummaryAgent.transcript, Right now I just get user: , bot:
n
i guess you can pull the timestamps directly from the payload
i
I want this information at the end of the conversation, once it ends I am using conversation.SummaryAgent.transcript to get all the messages exchanged in the window. When you say I can pull the timestamps from the payload, do i have to do that for each message?
n
same as you use
conversation.SummaryAgent.transcript
find the equivalent for timestamp in the json payload
4 Views