Class SfSmartTextAreaConfig
This configuration is used to customize AI-based text insertion suggestions.
Inheritance
System.Object
SfSmartTextAreaConfig
Namespace: Syncfusion.Blazor.SmartComponents
Assembly: Syncfusion.Blazor.SmartComponents.dll
Syntax
public class SfSmartTextAreaConfig : Object
Constructors
SfSmartTextAreaConfig()
Declaration
public SfSmartTextAreaConfig()
Properties
Parameters
Gets or sets the parameters that define the behavior of the Smart Text Area.
Declaration
public string Parameters { get; set; }
Property Value
Type |
---|
System.String |
UserPhrases
Gets or sets the predefined phrases specific to the user. These phrases can be used by the AI to generate more relevant text suggestions.
Declaration
public string[] UserPhrases { get; set; }
Property Value
Type |
---|
System.String[] |
UserRole
Gets or sets the role of the user interacting with the Smart Text Area.
Declaration
public string UserRole { get; set; }
Property Value
Type |
---|
System.String |