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. |