Skip to content

Commit 2679b5d

Browse files
updated latest concerns in UG
1 parent 49cbfbd commit 2679b5d

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
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/ollama-llm-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 LLM via Ollama With AI AssistView component
11+
# LLM via Ollama With AI AssistView component
1212

1313
The Syncfusion AI AssistView supports integration with [LLM via Ollama](https://ollama.com), enabling advanced conversational AI features in your applications. The component acts as a UI for a support bot, where user prompts are sent to the selected AI service via API calls.
1414

@@ -42,7 +42,7 @@ NuGet\Install-Package Microsoft.Extensions.AI.Ollama
4242

4343
```
4444

45-
## Integration LLM Model with AI AssistView
45+
## Configure LLM Model with AI AssistView
4646

4747
Add services in `Program.cs` file
4848

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/ollama-llm-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 LLM via Ollama With AI AssistView component
11+
# LLM via Ollama With AI AssistView component
1212

1313
The Syncfusion AI AssistView supports integration with [LLM via Ollama](https://ollama.com), enabling advanced conversational AI features in your applications. The component acts as a UI for a support bot, where user prompts are sent to the selected AI service via API calls.
1414

@@ -42,7 +42,7 @@ NuGet\Install-Package Microsoft.Extensions.AI.Ollama
4242

4343
```
4444

45-
## Integration LLM Model with AI AssistView
45+
## Configure LLM Model with AI AssistView
4646

4747
Add services in `Program.cs` file
4848

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 in ASP.NET Core
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

0 commit comments

Comments
 (0)