File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <Project Path =" samples/MeetingsBot/MeetingsBot.csproj" />
2020 <Project Path =" samples/MessageExtensionBot/MessageExtensionBot.csproj" />
2121 <Project Path =" samples/PABot/PABot.csproj" Id =" ef8f29ef-fe59-4edf-8a50-6e7ab6699a45" />
22- <Project Path =" samples/QuotedReplies/QuotedReplies .csproj" />
22+ <Project Path =" samples/Quoting/Quoting .csproj" />
2323 <Project Path =" samples/StreamingBot/StreamingBot.csproj" />
2424 <Project Path =" samples/TabApp/TabApp.csproj" />
2525 <Project Path =" samples/TeamsBot/TeamsBot.csproj" Id =" 94a35050-6826-446f-9b29-863f2bbc75b7" />
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ await context.SendActivityAsync(
101101 // Help / Default
102102 await context . SendActivityAsync (
103103 new MessageActivity (
104- "**Quoted Replies Test Bot**\n \n " +
104+ "**Quoting Test Bot**\n \n " +
105105 "**Commands:**\n " +
106106 "- `test reply` - ReplyAsync() auto-quotes your message\n " +
107107 "- `test quote` - QuoteAsync() quotes a previously sent message\n " +
File renamed without changes.
Original file line number Diff line number Diff line change 1- # QuotedReplies Sample
1+ # Quoting Sample
22
3- Demonstrates reading and sending quoted replies in a Teams bot using the ` quotedReply ` entity.
3+ Demonstrates various ways to quote previous messages in a Teams bot using the ` quotedReply ` entity.
44
55## Prerequisites
66
@@ -25,5 +25,5 @@ Demonstrates reading and sending quoted replies in a Teams bot using the `quoted
2525
26261 . Build and run:
2727 ``` bash
28- dotnet run --project samples/QuotedReplies/QuotedReplies .csproj
28+ dotnet run --project samples/Quoting/Quoting .csproj
2929 ```
File renamed without changes.
You can’t perform that action at this time.
0 commit comments