Click or drag to resize

ResponseData Constructor

Initializes a new instance of the ResponseData class

Namespace: Spire.Pdf.AI.Model
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public ResponseData(
	Dictionary<string, string> prompts = null,
	Dictionary<string, string> options = null,
	Dictionary<string, Object> response = null
)

Parameters

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