Skip to main content
All docs
V24.2

TextRequestOptions.Assign(RequestOptions) Method

Copies all settings from the options object passed as the parameter.

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

Declaration

public override void Assign(
    RequestOptions options
)

Parameters

Name Type Description
options DevExpress.AIIntegration.Extensions.RequestOptions

Options that are copied to the current object.

See Also