Skip to content

Commit 771ab2f

Browse files
Update integration-with-bot-framework.md
1 parent 2679b5d commit 771ab2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/bot-integrations/integration-with-bot-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Add the Direct Line secret to `appsettings.json`:
129129

130130
> `Security Note`: Store the Direct Line secret in a secure configuration, such as Azure Key Vault, for production environments.|
131131
132-
## Configure ChatUI in ASP.NET Core
132+
## Configure ChatUI
133133

134134
Use the Chat UI `messageSend` event to handle message exchanges. This event is triggered before a message is sent, allowing you to forward it to the bot via the Direct Line API. Use the `addMessage` method to programmatically add the bot's reply to the Chat UI.
135135
Create `Views/Home/Index.cshtml` (assuming MVC) to integrate the Syncfusion Chat UI with the Direct Line API:

0 commit comments

Comments
 (0)