Skip to content

Commit c315323

Browse files
Merge pull request #4574 from syncfusion-content/AI-UG-Concerns-Hotfix
updated latest concerns in UG(Hotfix)
2 parents 3dc54f9 + 1db34b2 commit c315323

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name##
88
documentation: ug
99
---
1010

11-
# Integration of Gemini AI With AI AssistView control
11+
# Gemini AI With AI AssistView control
1212

1313
The Syncfusion AI AssistView supports integration with [Gemini](https://ai.google.dev/gemini-api/docs), enabling advanced conversational AI features in your MVC applications.
1414

@@ -53,7 +53,7 @@ NuGet\Install-Package Mscc.GenerativeAI
5353

5454
> `Security Note`: Never commit the API key to version control. Use environment variables or a secret manager for production.
5555
56-
## Integration Gemini AI with AI AssistView
56+
## Configure Gemini AI with AI AssistView
5757

5858
You can add the below respective files in your application:
5959

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
@@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name##
88
documentation: ug
99
---
1010

11-
# Integration of Azure Open AI With AI AssistView control
11+
# Azure Open AI With AI AssistView control
1212

1313
The Syncfusion AI AssistView supports integration with [Azure Open AI](https://microsoft.github.io/PartnerResources/skilling/ai-ml-academy/resources/openai), enabling advanced conversational AI features in your MVC applications.
1414

@@ -55,7 +55,7 @@ NuGet\Install-Package Azure.Core
5555

5656
> `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.
5757
58-
## Integration Azure Open AI with AI AssistView
58+
## Configure Azure Open AI with AI AssistView
5959

6060
You can add the below respective files in your application:
6161

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name##
88
documentation: ug
99
---
1010

11-
# Integration of Gemini AI With AI AssistView control
11+
# Gemini AI With AI AssistView control
1212

1313
The Syncfusion AI AssistView supports integration with [Gemini](https://ai.google.dev/gemini-api/docs), enabling advanced conversational AI features in your Core applications.
1414

@@ -53,7 +53,7 @@ NuGet\Install-Package Mscc.GenerativeAI
5353

5454
> `Security Note`: Never commit the API key to version control. Use environment variables or a secret manager for production.
5555
56-
## Integration Gemini AI with AI AssistView
56+
## Configure Gemini AI with AI AssistView
5757

5858
You can add the below respective files in your application:
5959

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
@@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name##
88
documentation: ug
99
---
1010

11-
# Integration of Azure Open AI With AI AssistView control
11+
# Azure Open AI With AI AssistView control
1212

1313
The Syncfusion AI AssistView supports integration with [Azure Open AI](https://microsoft.github.io/PartnerResources/skilling/ai-ml-academy/resources/openai), enabling advanced conversational AI features in your Core applications.
1414

@@ -55,7 +55,7 @@ NuGet\Install-Package Azure.Core
5555

5656
> `Security Note`: Never expose your API key in client-side code for production applications. Use a server-side proxy or environment variables to manage sensitive information securely.
5757
58-
## Integration Azure Open AI with AI AssistView
58+
## Configure Azure Open AI with AI AssistView
5959

6060
You can add the below respective files in your application:
6161

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Add the Direct Line secret to `Web.config`:
119119

120120
>`Security Note`: Store the Direct Line secret in a secure configuration, such as Azure Key Vault, for production environments.
121121
122-
## Integrate ChatUI in ASP.NET MVC
122+
## Configure ChatUI
123123

124124
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.
125125

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name##
88
documentation: ug
99
---
1010

11-
# Integration of Google Dialogflow With ASP.NET MVC Chat UI component
11+
# Google Dialogflow With ASP.NET MVC Chat UI component
1212

1313
The Syncfusion Chat UI supports integration with [Google Dialogflow](https://cloud.google.com/dialogflow/docs), enabling advanced conversational AI features in your ASP.NET MVC applications.
1414

@@ -134,7 +134,7 @@ namespace YourNamespace.Controllers
134134

135135
> Use a unique `sessionId` (e.g., Guid) for each user to maintain conversation context. Add the projectId to Web.config if needed:
136136
137-
## Integrate ChatUI in ASP.NET MVC
137+
## Configure message send
138138

139139
Use the Chat UI `messageSend` event to exchange messages. This event is triggered before a message is sent, allowing you to forward it to the backend.
140140

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-
## Integrate 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:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name##
88
documentation: ug
99
---
1010

11-
# Integration of Google Dialogflow With ASP.NET Core Chat UI component
11+
# Google Dialogflow With ASP.NET Core Chat UI component
1212

1313
The Syncfusion Chat UI supports integration with [Google Dialogflow](https://cloud.google.com/dialogflow/docs), enabling advanced conversational AI features in your ASP.NET Core applications.
1414

@@ -129,7 +129,7 @@ namespace YourNamespace.Controllers
129129

130130
> Use a unique `sessionId` (e.g., Guid) for each user to maintain conversation context. Add the projectId to appsettings.json if needed.
131131
132-
## Integrate ChatUI in ASP.NET Core
132+
## Configure message send
133133

134134
Use the Chat UI `messageSend` event to exchange messages. This event is triggered before a message is sent, allowing you to forward it to the backend.
135135

ej2-asp-core-toc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@
203203
<li>AI Integrations
204204
<ul>
205205
<li>
206-
<a href="/ej2-asp-core/ai-assistview/ai-integrations/gemini-integration">Integration with Google Gemini</a>
206+
<a href="/ej2-asp-core/ai-assistview/ai-integrations/gemini-integration">Google Gemini</a>
207207
</li>
208208
<li>
209-
<a href="/ej2-asp-core/ai-assistview/ai-integrations/openai-integration">Integration with Azure Open AI</a>
209+
<a href="/ej2-asp-core/ai-assistview/ai-integrations/openai-integration">Azure Open AI</a>
210210
</li>
211211
</ul>
212212
</li>

ej2-asp-mvc-toc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@
157157
<li>AI Integrations
158158
<ul>
159159
<li>
160-
<a href="/ej2-asp-mvc/ai-assistview/ai-integrations/gemini-integration">Integration with Google Gemini</a>
160+
<a href="/ej2-asp-mvc/ai-assistview/ai-integrations/gemini-integration">Google Gemini</a>
161161
</li>
162162
<li>
163-
<a href="/ej2-asp-mvc/ai-assistview/ai-integrations/openai-integration">Integration with Azure Open AI</a>
163+
<a href="/ej2-asp-mvc/ai-assistview/ai-integrations/openai-integration">Azure Open AI</a>
164164
</li>
165165
</ul>
166166
</li>

0 commit comments

Comments
 (0)