Skip to main content
All docs
V24.2

SmartAutoCompleteBehaviorProperties.UserRole Property

Gets or sets a role that helps the AI model process and generate responses appropriately.

Namespace: DevExpress.AIIntegration.WinForms

Assembly: DevExpress.AIIntegration.WinForms.v24.2.dll

Declaration

[DefaultValue("")]
public string UserRole { get; set; }

Property Value

Type Default Description
String String.Empty

The role (for example, assistant, client, employee, etc.).

Remarks

The UserRole property specifies the way the AI model generates outputs.

WinForms Smart Autocomplete - User Role, DevExpress

Run Demo: Smart Autocomplete

See Also