Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions msteams-platform/bots/streaming-ux.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ ms.localizationpriority: high

# Stream bot messages

>[!NOTE]
>
> Streaming bot message is available:
> [!NOTE]
>
> - only for one-on-one chats.
> - is generally available on web, desktop, and mobile.
> - Streaming bot messages are supported only in one-on-one chats.
> - Teams supports only one concurrent streaming response per chat at a time.
> - Streaming is generally available on web, desktop, and mobile.

You can stream bot messages to deliver a bot's responses to the user as small updates while the complete response is being generated to enhance the user experience. Often, bots take a long time to generate responses without updating the user interface, leading to a less engaging experience.

Expand Down