I have a bot built with C# and Bot Framework v3 deployed in Azure and loaded into MS Teams. The bot retrieves task info from Azure DevOps and Jira per user request and sends various field values back to the channel. The issue is that some fields like Description can have fairly long values come back showing as a page of text in MS Teams.
When the bot is being interacted with inside a team the "See More" function hides long responses until clicked. "See More" does not show when the bot is being interacted with inside a private chat.
Is there a way to induce something like "See More" to hide part of the display of long responses in a private chat?
I looked on SO and google and couldn't find where anyone was controlling the "See More" functionality.
This Teams feature is not available in the UI for one-on-one conversations. If you want to implement your own bot-based solution then you have a few options: