You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MAUI/AIAssistView/items.md
+164-1Lines changed: 164 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -481,4 +481,167 @@ public class ViewModel : INotifyPropertyChanged
481
481
{% endhighlight %}
482
482
{% endtabs %}
483
483
484
-

484
+

485
+
486
+
## Customizable (Targetable) views
487
+
488
+
The `SfAIAssistView` allows you to customize specific parts of request and response items without changing the entire UI. You can apply styles, templates, or subclass these views to create custom visuals and behavior.
489
+
490
+
The following views can be customized individually:
491
+
492
+
-`RequestTextView` – Represents the user request text content.
493
+
-`RequestAssistImageView` – Represents the user request image content.
494
+
-`RequestHyperlinkUrlLableView` – Represents the user request URL label area.
495
+
-`RequestHyperLinkDetailsViewFrameView` – Represents the user request URL details/preview frame area.
496
+
-`ResponseTextView` – Represents the AI response text content.
497
+
-`ResponseAssistImageView` – Represents the AI response image content.
498
+
-`ResponseHyperlinkUrlLableView` – Represents the AI response URL label area.
499
+
-`ResponseHyperLinkDetailsViewFrameView` – Represents the AI response URL details/preview frame area.
500
+
-`ResponseCardView` – Represents the container for card-based AI responses.
501
+
-`CardItemView` – Represents a single card item within a response.
502
+
-`CardButtonView` – Represents an action button inside a card item; exposes Title and Value bindable properties
0 commit comments