AIChatControl.ChatClientServiceKey Property
OBSOLETE
This property is obsolete and will be removed in a future version. Use ChatResponseProviderServiceKey instead.
This API is obsolete now.
Namespace: DevExpress.AIIntegration.WinForms.Chat
Assembly: DevExpress.AIIntegration.WinForms.Chat.v26.1.dll
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 |
|---|---|
| String | null |
See Also