Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.WinForms

    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