From 2679b5d65c2ab3cbbb2c3a65958b76a175f50138 Mon Sep 17 00:00:00 2001 From: TamilRamGanesan-SF5080 Date: Sun, 5 Oct 2025 10:10:29 +0530 Subject: [PATCH 1/2] updated latest concerns in UG --- .../EJ2_ASP.MVC/ai-integrations/gemini-integration.md | 4 ++-- .../EJ2_ASP.MVC/ai-integrations/ollama-llm-integration.md | 4 ++-- .../EJ2_ASP.MVC/ai-integrations/openai-integration.md | 4 ++-- .../EJ2_ASP.NETCORE/ai-integrations/gemini-integration.md | 4 ++-- .../ai-integrations/ollama-llm-integration.md | 4 ++-- .../EJ2_ASP.NETCORE/ai-integrations/openai-integration.md | 4 ++-- .../bot-integrations/integration-with-bot-framework.md | 2 +- .../bot-integrations/integration-with-dialogflow.md | 4 ++-- .../bot-integrations/integration-with-bot-framework.md | 2 +- .../bot-integrations/integration-with-dialogflow.md | 4 ++-- ej2-asp-core-toc.html | 6 +++--- ej2-asp-mvc-toc.html | 6 +++--- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/gemini-integration.md b/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/gemini-integration.md index bba4cdadfc..1893daa705 100644 --- a/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/gemini-integration.md +++ b/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/gemini-integration.md @@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name## documentation: ug --- -# Integration of Gemini AI With AI AssistView control +# Gemini AI With AI AssistView control The Syncfusion AI AssistView supports integration with [Gemini](https://ai.google.dev/gemini-api/docs), enabling advanced conversational AI features in your MVC applications. @@ -53,7 +53,7 @@ NuGet\Install-Package Mscc.GenerativeAI > `Security Note`: Never commit the API key to version control. Use environment variables or a secret manager for production. -## Integration Gemini AI with AI AssistView +## Configure Gemini AI with AI AssistView You can add the below respective files in your application: diff --git a/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/ollama-llm-integration.md b/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/ollama-llm-integration.md index 378c36958b..3b13389e0c 100644 --- a/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/ollama-llm-integration.md +++ b/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/ollama-llm-integration.md @@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name## documentation: ug --- -# Integration of LLM via Ollama With AI AssistView component +# LLM via Ollama With AI AssistView component 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. @@ -42,7 +42,7 @@ NuGet\Install-Package Microsoft.Extensions.AI.Ollama ``` -## Integration LLM Model with AI AssistView +## Configure LLM Model with AI AssistView Add services in `Program.cs` file diff --git a/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/openai-integration.md b/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/openai-integration.md index cb2c562053..00c70d5cab 100644 --- a/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/openai-integration.md +++ b/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.MVC/ai-integrations/openai-integration.md @@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name## documentation: ug --- -# Integration of Azure Open AI With AI AssistView control +# Azure Open AI With AI AssistView control 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. @@ -55,7 +55,7 @@ NuGet\Install-Package Azure.Core > `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. -## Integration Azure Open AI with AI AssistView +## Configure Azure Open AI with AI AssistView You can add the below respective files in your application: diff --git a/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/gemini-integration.md b/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/gemini-integration.md index 6d541374ee..d100b357bd 100644 --- a/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/gemini-integration.md +++ b/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/gemini-integration.md @@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name## documentation: ug --- -# Integration of Gemini AI With AI AssistView control +# Gemini AI With AI AssistView control The Syncfusion AI AssistView supports integration with [Gemini](https://ai.google.dev/gemini-api/docs), enabling advanced conversational AI features in your Core applications. @@ -53,7 +53,7 @@ NuGet\Install-Package Mscc.GenerativeAI > `Security Note`: Never commit the API key to version control. Use environment variables or a secret manager for production. -## Integration Gemini AI with AI AssistView +## Configure Gemini AI with AI AssistView You can add the below respective files in your application: diff --git a/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/ollama-llm-integration.md b/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/ollama-llm-integration.md index fac6576cf3..68b782efaf 100644 --- a/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/ollama-llm-integration.md +++ b/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/ollama-llm-integration.md @@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name## documentation: ug --- -# Integration of LLM via Ollama With AI AssistView component +# LLM via Ollama With AI AssistView component 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. @@ -42,7 +42,7 @@ NuGet\Install-Package Microsoft.Extensions.AI.Ollama ``` -## Integration LLM Model with AI AssistView +## Configure LLM Model with AI AssistView Add services in `Program.cs` file diff --git a/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/openai-integration.md b/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/openai-integration.md index 80e73b0fed..542a1d9551 100644 --- a/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/openai-integration.md +++ b/ej2-asp-core-mvc/ai-assistview/EJ2_ASP.NETCORE/ai-integrations/openai-integration.md @@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name## documentation: ug --- -# Integration of Azure Open AI With AI AssistView control +# Azure Open AI With AI AssistView control 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. @@ -55,7 +55,7 @@ NuGet\Install-Package Azure.Core > `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. -## Integration Azure Open AI with AI AssistView +## Configure Azure Open AI with AI AssistView You can add the below respective files in your application: diff --git a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/bot-integrations/integration-with-bot-framework.md b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/bot-integrations/integration-with-bot-framework.md index 433f2e4913..b173d641b7 100644 --- a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/bot-integrations/integration-with-bot-framework.md +++ b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/bot-integrations/integration-with-bot-framework.md @@ -119,7 +119,7 @@ Add the Direct Line secret to `Web.config`: >`Security Note`: Store the Direct Line secret in a secure configuration, such as Azure Key Vault, for production environments. -## Integrate ChatUI in ASP.NET MVC +## Configure ChatUI 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. diff --git a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/bot-integrations/integration-with-dialogflow.md b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/bot-integrations/integration-with-dialogflow.md index 43ba8b89b5..17620f1f8f 100644 --- a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/bot-integrations/integration-with-dialogflow.md +++ b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/bot-integrations/integration-with-dialogflow.md @@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name## documentation: ug --- -# Integration of Google Dialogflow With ASP.NET MVC Chat UI component +# Google Dialogflow With ASP.NET MVC Chat UI component 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. @@ -134,7 +134,7 @@ namespace YourNamespace.Controllers > Use a unique `sessionId` (e.g., Guid) for each user to maintain conversation context. Add the projectId to Web.config if needed: -## Integrate ChatUI in ASP.NET MVC +## Configure message send 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. diff --git a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/bot-integrations/integration-with-bot-framework.md b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/bot-integrations/integration-with-bot-framework.md index a51e437b63..3a570162d0 100644 --- a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/bot-integrations/integration-with-bot-framework.md +++ b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/bot-integrations/integration-with-bot-framework.md @@ -129,7 +129,7 @@ Add the Direct Line secret to `appsettings.json`: > `Security Note`: Store the Direct Line secret in a secure configuration, such as Azure Key Vault, for production environments.| -## Integrate ChatUI in ASP.NET Core +## Configure ChatUI in ASP.NET Core 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. Create `Views/Home/Index.cshtml` (assuming MVC) to integrate the Syncfusion Chat UI with the Direct Line API: diff --git a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/bot-integrations/integration-with-dialogflow.md b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/bot-integrations/integration-with-dialogflow.md index 0640acf4b0..fdc51ba056 100644 --- a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/bot-integrations/integration-with-dialogflow.md +++ b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/bot-integrations/integration-with-dialogflow.md @@ -8,7 +8,7 @@ publishingplatform: ##Platform_Name## documentation: ug --- -# Integration of Google Dialogflow With ASP.NET Core Chat UI component +# Google Dialogflow With ASP.NET Core Chat UI component 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. @@ -129,7 +129,7 @@ namespace YourNamespace.Controllers > Use a unique `sessionId` (e.g., Guid) for each user to maintain conversation context. Add the projectId to appsettings.json if needed. -## Integrate ChatUI in ASP.NET Core +## Configure message send 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. diff --git a/ej2-asp-core-toc.html b/ej2-asp-core-toc.html index 354e4ca8ba..87906aa233 100644 --- a/ej2-asp-core-toc.html +++ b/ej2-asp-core-toc.html @@ -203,13 +203,13 @@
  • AI Integrations
  • diff --git a/ej2-asp-mvc-toc.html b/ej2-asp-mvc-toc.html index 4a42e916a9..631debb537 100644 --- a/ej2-asp-mvc-toc.html +++ b/ej2-asp-mvc-toc.html @@ -157,13 +157,13 @@
  • AI Integrations
  • From 771ab2f13e5b805a0f3073ea49209fdb099b8870 Mon Sep 17 00:00:00 2001 From: TamilRamGanesan-SF5080 Date: Sun, 5 Oct 2025 10:20:45 +0530 Subject: [PATCH 2/2] Update integration-with-bot-framework.md --- .../bot-integrations/integration-with-bot-framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/bot-integrations/integration-with-bot-framework.md b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/bot-integrations/integration-with-bot-framework.md index 3a570162d0..c1ab5e4e15 100644 --- a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/bot-integrations/integration-with-bot-framework.md +++ b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/bot-integrations/integration-with-bot-framework.md @@ -129,7 +129,7 @@ Add the Direct Line secret to `appsettings.json`: > `Security Note`: Store the Direct Line secret in a secure configuration, such as Azure Key Vault, for production environments.| -## Configure ChatUI in ASP.NET Core +## Configure ChatUI 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. Create `Views/Home/Index.cshtml` (assuming MVC) to integrate the Syncfusion Chat UI with the Direct Line API: