Class ChatMode
Defines the chat modes available in the SfAIAssistView.
Inheritance
System.Object
ChatMode
Namespace: Syncfusion.Maui.AIAssistView
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public sealed class ChatMode : Enum
Fields
NewChat
Indicates that the chat mode is for starting a new chat session.
Declaration
public const ChatMode NewChat
Field Value
| Type |
|---|
| ChatMode |
TemporaryChat
Indicates that the chat mode is for a temporary chat session.
Declaration
public const ChatMode TemporaryChat
Field Value
| Type |
|---|
| ChatMode |