alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum ResponseDisplayMode

    Specifies the display modes for rendering the AI response in the SfInlineAIAssist component.

    Namespace: Syncfusion.Blazor.InteractiveChat
    Assembly: Syncfusion.Blazor.InteractiveChat.dll
    Syntax
    public enum ResponseDisplayMode
    Remarks

    The mode determines whether the AI-generated response is rendered inside the SfInlineAIAssist popup or handled externally.

    • Popup - The AI response is displayed inside the SfInlineAIAssist popup.
    • Inline - The AI response is not added inside the popup and is expected to be handled externally.

    Fields

    Name Description
    Inline

    Specifies that the AI response is not added inside the SfInlineAIAssist popup.

    Popup

    Specifies that the AI response is displayed inside the SfInlineAIAssist popup.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved