Class ToolBarItemType
Represents the types of toolbar items available in the SfAIAssistView control.
Inheritance
System.Object
    ToolBarItemType
  Namespace: Syncfusion.UI.Xaml.Chat
Assembly: Syncfusion.Chat.WinUI.dll
Syntax
public sealed class ToolBarItemType : EnumFields
Copy
Represents a toolbar item that copies content to the clipboard.
Declaration
public const ToolBarItemType CopyField Value
| Type | 
|---|
| ToolBarItemType | 
Custom
Represents a custom toolbar item defined by the user.
Declaration
public const ToolBarItemType CustomField Value
| Type | 
|---|
| ToolBarItemType | 
Dislike
Represents a toolbar item used to indicate a negative response or feedback (dislike).
Declaration
public const ToolBarItemType DislikeField Value
| Type | 
|---|
| ToolBarItemType | 
Like
Represents a toolbar item used to indicate a positive response or feedback (like).
Declaration
public const ToolBarItemType LikeField Value
| Type | 
|---|
| ToolBarItemType | 
Regenerate
Represents a toolbar item that triggers regeneration of content.
Declaration
public const ToolBarItemType RegenerateField Value
| Type | 
|---|
| ToolBarItemType |