Skip to content

Commit 8854402

Browse files
committed
Example output
1 parent 96e2e73 commit 8854402

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

articles/communication-services/quickstarts/chat/quickstart-botframework-integration.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,26 @@ When you're finished using the chat thread, delete the thread:
294294
chatClient.DeleteChatThread(threadId);
295295
```
296296

297-
### Deploy the C# chat application
297+
### Run the C# chat application locally
298298

299-
To deploy the chat application:
299+
To run the chat application locally, use the `dotnet run` command:
300+
301+
```powershell
302+
dotnet run
303+
```
304+
305+
You should receive a message from the bot in the console that says "Hello World".
306+
307+
Example output:
308+
309+
```powershell
310+
1730405535010:Hello World
311+
```
312+
313+
314+
### Deploy the C# chat application (Optional)
315+
316+
If you have another web app service, you can deploy the chat application:
300317

301318
1. In Visual Studio, open the chat project.
302319

0 commit comments

Comments
 (0)