Skip to content

Commit 5bfa77a

Browse files
Merge pull request #4621 from Syncfusion-Content/hotfix/hotfix-v31.2.2
DOCINFRA-2341_merged_using_automation
2 parents f0a1269 + 4e2573a commit 5bfa77a

File tree

10 files changed

+27
-26
lines changed

10 files changed

+27
-26
lines changed

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/gemini-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The AI AssistView control integrates with Google’s [Gemini](https://ai.google.
2222

2323
## Set Up the AI AssistView control
2424

25-
Follow the Syncfusion AI AssistView [Getting Started](../getting-started) guide to configure and render the AI AssistView control in the application and that prerequisites are met.
25+
Follow the [Getting Started](../getting-started) guide to configure and render the AI AssistView control in the application and that prerequisites are met.
2626

2727
## Install Dependencies
2828

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/ollama-llm-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before starting, ensure you have the following:
2424

2525
## Set Up the AI AssistView control
2626

27-
Follow the Syncfusion AI AssistView [Getting Started](../getting-started) guide to configure and render the AI AssistView control in the application and that prerequisites are met.
27+
Follow the [Getting Started](../getting-started) guide to configure and render the AI AssistView control in the application and that prerequisites are met.
2828

2929
## Install Dependency
3030

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/openai-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before starting, ensure you have the following:
2424

2525
## Set Up the AI AssistView control
2626

27-
Follow the Syncfusion AI AssistView [Getting Started](../getting-started) guide to configure and render the AI AssistView control in the application and that prerequisites are met.
27+
Follow the [Getting Started](../getting-started) guide to configure and render the AI AssistView control in the application and that prerequisites are met.
2828

2929
## Install Dependencies
3030

@@ -66,7 +66,7 @@ Note: The sample below uses HttpClient directly and does not require the Azure/O
6666

6767
> `Security Note`: expose your API key in client-side code for production applications. Use a server-side proxy or environment variables to manage sensitive information securely.
6868
69-
## Azure OpenAI with AI AssistView
69+
## Configure AI AssistView with Azure OpenAI
7070

7171
Modify the `index.cshtml` file to integrate the Azure OpenAI with the AI AssistView control.
7272

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/gemini-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The AI AssistView control integrates with Google’s [Gemini](https://ai.google.
2222

2323
## Set Up the AI AssistView control
2424

25-
Follow the Syncfusion AI AssistView [Getting Started](../getting-started) guide to configure and render the AI AssistView control in the application and that prerequisites are met.
25+
Follow the [Getting Started](../getting-started) guide to configure and render the AI AssistView control in the application and that prerequisites are met.
2626

2727
## Install Dependencies
2828

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/ollama-llm-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before starting, ensure you have the following:
2424

2525
## Set Up the AI AssistView control
2626

27-
Follow the Syncfusion AI AssistView [Getting Started](../getting-started) guide to configure and render the AI AssistView control in the application and that prerequisites are met.
27+
Follow the [Getting Started](../getting-started) guide to configure and render the AI AssistView control in the application and that prerequisites are met.
2828

2929
## Install Dependency
3030

@@ -65,7 +65,7 @@ builder.Services.AddChatClient(new OllamaChatClient(new Uri("http://localhost:11
6565
```
6666
6767
{% tabs %}
68-
{% highlight tagHelper tabtitle="CSHTML" %}
68+
{% highlight razor tabtitle="CSHTML" %}
6969
{% include code-snippet/ai-assistview/ai-integrations/llm-model/tagHelper %}
7070
{% endhighlight %}
7171
{% highlight c# tabtitle="llm-model.cs" %}

ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/openai-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before starting, ensure you have the following:
2424

2525
## Set Up the AI AssistView control
2626

27-
Follow the Syncfusion AI AssistView [Getting Started](../getting-started) guide to configure and render the AI AssistView control in the application and that prerequisites are met.
27+
Follow the [Getting Started](../getting-started) guide to configure and render the AI AssistView control in the application and that prerequisites are met.
2828

2929
## Install Dependencies
3030

@@ -66,7 +66,7 @@ Note: The sample below uses HttpClient directly and does not require the Azure/O
6666

6767
> `Security Note`: expose your API key in client-side code for production applications. Use a server-side proxy or environment variables to manage sensitive information securely.
6868
69-
## Azure OpenAI with AI AssistView
69+
## Configure AI AssistView with Azure OpenAI
7070

7171
Modify the `index.cshtml` file to integrate the Azure OpenAI with the AI AssistView control.
7272

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before starting, ensure you have the following:
2626

2727
## Set Up the Chat UI control
2828

29-
Follow the Syncfusion Chat UI [Getting Started](../getting-started) guide to configure and render the Chat UI control in the application and that prerequisites are met.
29+
Follow the [Getting Started](../getting-started) guide to configure and render the Chat UI control in the application and that prerequisites are met.
3030

3131
## Install Dependencies
3232

@@ -116,9 +116,9 @@ Add the Direct Line secret to `Web.config`:
116116
117117
## Configure ChatUI
118118

119-
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.
119+
Use the Chat UI [MessageSend](https://help.syncfusion.com/cr/aspnetmvc-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.
120120

121-
Modify the `Views/Home/Index.cshtml` file to integrate the Syncfusion Chat UI with the direct line API:
121+
Modify the `Views/Home/Index.cshtml` file to integrate the Chat UI with the direct line API:
122122

123123
{% tabs %}
124124
{% highlight Html tabtitle="Index.cshtml" %}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before starting, ensure you have the following:
2626

2727
## Set Up the Chat UI control
2828

29-
Follow the Syncfusion Chat UI [Getting Started](../getting-started) guide to configure and render the Chat UI control in the application and that prerequisites are met.
29+
Follow the [Getting Started](../getting-started) guide to configure and render the Chat UI control in the application and that prerequisites are met.
3030

3131
## Install Dependencies
3232

@@ -132,17 +132,17 @@ namespace YourNamespace.Controllers
132132
133133
## Configure message send
134134

135-
Use the Chat UI `messageSend` event to exchanges message. Each time a user sends a message, this event will be invoked with details of the sent message.
135+
Use the Chat UI [MessageSend](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.InteractiveChat.ChatUI.html#Syncfusion_EJ2_InteractiveChat_ChatUI_MessageSend) event to exchanges message. Each time a user sends a message, this event will be invoked with details of the sent message.
136136

137137
### Forward Message to backend:
138138

139-
In the `messageSend` event handler, send a POST request to your backend API endpoint (`/api/chat/message`). The backend forwards the message to dialogflow and returns the response.
139+
In the [MessageSend](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.InteractiveChat.ChatUI.html#Syncfusion_EJ2_InteractiveChat_ChatUI_MessageSend) event handler, send a POST request to your backend API endpoint (`/api/chat/message`). The backend forwards the message to dialogflow and returns the response.
140140

141141
### Displaying Bot response:
142142

143143
Use the `addMessage` method to programmatically add the bot's reply to the Chat UI.
144144

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

147147
{% tabs %}
148148
{% highlight Html tabtitle="Index.cshtml" %}
@@ -212,4 +212,4 @@ Open your app in the browser and chat with your dialogflow-powered bot.
212212
* `No Response`: Test intents in the Dialogflow Console simulator to ensure they are configured correctly.
213213
* `Quota Exceeded`: Check Dialogflow API quotas in the Google Cloud Console.
214214
* `Network Issues`: Confirm the application is running and the frontend is pointing to the correct API URL.
215-
* `Invalid Credentials`: Verify the service account JSON or configuration settings are correctly set up.
215+
* `Invalid Credentials`: Verify the service account JSON or configuration settings are correctly set up.

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before starting, ensure you have the following:
2626

2727
## Set Up the Chat UI control
2828

29-
Follow the Syncfusion Chat UI [Getting Started](../getting-started) guide to configure and render the Chat UI control in the application and that prerequisites are met.
29+
Follow the [Getting Started](../getting-started) guide to configure and render the Chat UI control in the application and that prerequisites are met.
3030

3131
## Install Dependencies
3232

@@ -128,8 +128,9 @@ Add the Direct Line secret to `appsettings.json`:
128128
129129
## Configure ChatUI
130130

131-
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.
132-
Create `Views/Home/Index.cshtml` (assuming MVC) to integrate the Syncfusion Chat UI with the Direct Line API:
131+
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.
132+
133+
Modify the `Views/Home/Index.cshtml` file to integrate the Chat UI with the direct line API:
133134

134135
{% tabs %}
135136
{% highlight Html tabtitle="Index.cshtml" %}
@@ -269,4 +270,4 @@ Open your app in the browser Hosted link to interact with your Microsoft Bot Fra
269270
- Test the bot in the Azure Portal using the `Test in Web Chat` feature to ensure it's running correctly.
270271
- Check the bot's `Messaging endpoint` in the Configuration section and ensure it is correct and accessible.
271272
* `Connection Fails on Load`: Verify the token controller is running and accessible. Check the browser console for network errors.
272-
* `Token Expiration`: direct line tokens are short-lived. The direct line client typically handles token refresh, but if issues persist, restart the direct line connection.
273+
* `Token Expiration`: direct line tokens are short-lived. The direct line client typically handles token refresh, but if issues persist, restart the direct line connection.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before starting, ensure you have the following:
2626

2727
## Set Up the Chat UI control
2828

29-
Follow the Syncfusion Chat UI [Getting Started](../getting-started) guide to configure and render the Chat UI control in the application and that prerequisites are met.
29+
Follow the [Getting Started](../getting-started) guide to configure and render the Chat UI control in the application and that prerequisites are met.
3030

3131
## Install Dependencies
3232

@@ -129,17 +129,17 @@ namespace YourNamespace.Controllers
129129
130130
## Configure message send
131131

132-
Use the Chat UI `messageSend` event to exchanges message. Each time a user sends a message, this event will be invoked with details of the sent message.
132+
Use the Chat UI [messageSend](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.InteractiveChat.ChatUI.html#Syncfusion_EJ2_InteractiveChat_ChatUI_MessageSend) event to exchanges message. Each time a user sends a message, this event will be invoked with details of the sent message.
133133

134134
### Forward Message to backend:
135135

136-
In the `messageSend` event handler, send a POST request to your backend API endpoint (`/api/chat/message`). The backend forwards the message to dialogflow and returns the response.
136+
In the [messageSend](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.InteractiveChat.ChatUI.html#Syncfusion_EJ2_InteractiveChat_ChatUI_MessageSend) event handler, send a POST request to your backend API endpoint (`/api/chat/message`). The backend forwards the message to dialogflow and returns the response.
137137

138138
### Displaying Bot response:
139139

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

142-
Create `Views/Home/Index.cshtml` to integrate the Syncfusion 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" %}
@@ -211,4 +211,4 @@ Open your app in the browser and chat with your dialogflow-powered bot.
211211
* `No Response`: Test intents in the Dialogflow Console simulator to ensure they are configured correctly.
212212
* `Quota Exceeded`: Check Dialogflow API quotas in the Google Cloud Console.
213213
* `Network Issues`: Confirm the application is running and the API URL is correct.
214-
* `Invalid Credentials`: Verify the service account JSON or configuration settings are correctly set up.
214+
* `Invalid Credentials`: Verify the service account JSON or configuration settings are correctly set up.

0 commit comments

Comments
 (0)