LastMessage.Text and Activity.Text return user messages but no system variable provide bot message. Provide a workaround or an approach to capture both bot and user messages happening during an agent conversation mid way instead of at the end of conversation
1. Create new topic
2. Trigger: "AI generated response about to be sent"
3. Add "Set variable":
Global.Transcript = Global.Transcript + "User: " + LastMessage.Text + " | Bot: " + System.Response.FormattedText + "\n"
1 people found this reply helpful.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.