Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
minor fix
  • Loading branch information
v-preethah committed Oct 22, 2024
commit 59f4afc59df359d19b75ee65dbf4ddb5a7c5a826
2 changes: 1 addition & 1 deletion msteams-platform/bots/how-to/bots-filesv4.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ There are two ways to send files to and receive files from a bot:

* [**Use the Teams bot APIs:**](#use-the-teams-bot-apis) These only support files in `personal` context.

The following video on bot demonstrates how it simplifies sending and receiving files with ease and efficiency:
The following video demonstrates how a bot simplifies the process of sending and receiving files with ease and efficiency:

<br>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ When building your conversational bots for Microsoft Teams, you can work with co
* Trigger a notification when a bot message is liked by a user.
* Identify the default channel for your bot from user input (selection) during installation.

The following video on conversation bot showcases how it enhances customer engagement with seamless, intelligent interactions:
The following video demonstrates how a conversation bot can improve customer engagement through smooth, intelligent interactions:

<br>

> [!VIDEO https://www.youtube.com/embed/HWw99yPsAes]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Apps published to the Teams Store also automatically list on [the Microsoft comm

If your app is production ready, you can begin the process of getting it listed on the Teams Store.

The following video on publish your Teams app to Teams Store outlines the steps involved in the app publishing process.
The following video on publish your Teams app to Teams Store outlines the steps involved in the app publishing process:

<br>

> [!VIDEO https://www.youtube.com/embed/cFqAuLy0JaE]

Expand Down