Class ActionButtonType
Specifies the type of action button displayed in the AssistView input area.
Inheritance
System.Object
ActionButtonType
Namespace: Syncfusion.Maui.AIAssistView
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public sealed class ActionButtonType : Enum
Fields
ActionButton
Represents a standard action button where the host app provides action buttons via the ActionButtons API.
Declaration
public const ActionButtonType ActionButton
Field Value
| Type |
|---|
| ActionButtonType |
AttachmentButton
Represents the built-in attachment button which opens the system file picker.
Declaration
public const ActionButtonType AttachmentButton
Field Value
| Type |
|---|
| ActionButtonType |