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 : Enum
Fields
Copy
Represents a toolbar item that copies content to the clipboard.
Declaration
public const ToolBarItemType Copy
Field Value
Type |
---|
ToolBarItemType |
Custom
Represents a custom toolbar item defined by the user.
Declaration
public const ToolBarItemType Custom
Field Value
Type |
---|
ToolBarItemType |
Dislike
Represents a toolbar item used to indicate a negative response or feedback (dislike).
Declaration
public const ToolBarItemType Dislike
Field Value
Type |
---|
ToolBarItemType |
Like
Represents a toolbar item used to indicate a positive response or feedback (like).
Declaration
public const ToolBarItemType Like
Field Value
Type |
---|
ToolBarItemType |
Regenerate
Represents a toolbar item that triggers regeneration of content.
Declaration
public const ToolBarItemType Regenerate
Field Value
Type |
---|
ToolBarItemType |