Click or drag to resize

RequestData Constructor

Initializes a new instance of the RequestData class

Namespace: Spire.Xls.AI.Model
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public RequestData(
	Dictionary<string, string> prompts = null,
	Dictionary<string, string> options = null
)

Parameters

prompts (Optional)
Type: System.Collections.Generic Dictionary String , String
options (Optional)
Type: System.Collections.Generic Dictionary String , String
See Also