OutputAction
Enum
Enum that defines members for the different available actions for end users in the output visual item.
Definition
Namespace:Telerik.WinControls.UI.AIPrompt
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum OutputAction
Fields
Copy the content of the output item.
C#
Copy = 0
Other action.
C#
Custom = 3
Rating is changed by the like or dislike buttons.
C#
RatingChanged = 2
Retry generating new content.
C#
Retry = 1