Skip to main content
All docs
V26.1
  • AIChatControl.ChatClientServiceKey Property

    OBSOLETE

    This property is obsolete and will be removed in a future version. Use ChatResponseProviderServiceKey instead.

    Associates the chat control with the specified chat client service.

    Namespace: DevExpress.AIIntegration.WinForms.Chat

    Assembly: DevExpress.AIIntegration.WinForms.Chat.v26.1.dll

    NuGet Package: DevExpress.AIIntegration.WinForms.Chat

    Declaration

    [Browsable(false)]
    [DefaultValue(null)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    [Obsolete("This property is obsolete and will be removed in a future version. Use ChatResponseProviderServiceKey instead.")]
    public string ChatClientServiceKey { get; set; }

    Property Value

    Type Default Description
    String null

    The unique identifier of the chat client service.

    Remarks

    Note

    This property is obsolete. Use the ChatResponseProviderServiceKey property instead.

    See Also