Skip to content

Commit 0ee59c1

Browse files
988619: updated content in md file
1 parent 5a0a9b6 commit 0ee59c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -130,7 +130,7 @@ Add the Direct Line secret to `appsettings.json`:
130130

131131
Use the Chat UI [messageSend](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.InteractiveChat.ChatUI.html#Syncfusion_EJ2_InteractiveChat_ChatUI_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.
132132

133-
Modify `Views/Home/Index.cshtml` (assuming MVC) to integrate the Chat UI with the Direct Line API:
133+
Modify the `Views/Home/Index.cshtml` file to integrate the Chat UI with the direct line API:
134134

135135
{% tabs %}
136136
{% highlight Html tabtitle="Index.cshtml" %}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ In the [messageSend](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ
139139

140140
Use the `addMessage` method to programmatically add the bot's reply to the Chat UI.
141141

142-
Modify `Views/Home/Index.cshtml` to integrate the Chat UI with the dialogflow backend:
142+
Modify the `Views/Home/Index.cshtml` file to integrate the Chat UI with the dialogflow backend:
143143

144144
{% tabs %}
145145
{% highlight Html tabtitle="Index.cshtml" %}

0 commit comments

Comments
 (0)