Skip to content

Commit 76e0aa7

Browse files
988231: Added UG content and code snippet for Chat UI integration with STT.
1 parent 5741964 commit 76e0aa7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/speech-to-text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ The [SpeechToText](https://ej2.syncfusion.com/aspnetmvc/documentation/speech-to-
3737

3838
{% tabs %}
3939
{% highlight razor tabtitle="CSHTML" %}
40-
{% include code-snippet/chatui/stt/razor %}
40+
{% include code-snippet/chat-ui/stt/razor %}
4141
{% endhighlight %}
4242
{% highlight c# tabtitle="SpeechToText.cs" %}
43-
{% include code-snippet/chatui/stt/speechtotext.cs %}
43+
{% include code-snippet/chat-ui/stt/speechtotext.cs %}
4444
{% endhighlight %}
4545
{% endtabs %}
4646

ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/speech-to-text.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ The [SpeechToText](https://ej2.syncfusion.com/aspnetcore/documentation/speech-to
3737

3838
{% tabs %}
3939
{% highlight razor tabtitle="CSHTML" %}
40-
{% include code-snippet/chatui/stt/tagHelper %}
40+
{% include code-snippet/chat-ui/stt/tagHelper %}
4141
{% endhighlight %}
4242
{% highlight c# tabtitle="Gemini.cs" %}
43-
{% include code-snippet/chatui/stt/speechtotext.cs %}
43+
{% include code-snippet/chat-ui/stt/speechtotext.cs %}
4444
{% endhighlight %}
4545
{% endtabs %}
4646

0 commit comments

Comments
 (0)