Home @{ if (SiteInfo != null) { if (!string.IsNullOrEmpty(SiteInfo.BackgroundVideo)) { } } } @* *@ @* *@ @if (VoiceEnabled) { if (STTEnabled) { } } UserInput = e.Value.ToString()" @onkeydown="@Enter" class="searchInput" type="text" name="" value="@UserInput" placeholder="Ask any question"> @{ @if (VoiceEnabled) { // if (STTEnabled) // { // // // } if (TTSEnabled) { if (!AiVoicePermitted) { } else { } } } } @* Type anything *@ @* *@ @{ if (!string.IsNullOrEmpty(HtmlContent.ToString())) { if (isEmailFormVisible) { @((MarkupString)HtmlContent.ToString()) Cancel } else { @((MarkupString)HtmlContent.ToString()) } } else { @StatusContent } } @* *@