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
)
Public Sub New (
Optional prompts As Dictionary(Of String, String) = Nothing,
Optional options As Dictionary(Of String, String) = Nothing,
Optional response As Dictionary(Of String, Object) = Nothing
)
public:
ResponseData(
Dictionary<String^, String^>^ prompts = nullptr,
Dictionary<String^, String^>^ options = nullptr,
Dictionary<String^, Object^>^ response = nullptr
)
new :
?prompts : Dictionary<string, string> *
?options : Dictionary<string, string> *
?response : Dictionary<string, Object>
(* Defaults:
let _prompts = defaultArg prompts null
let _options = defaultArg options null
let _response = defaultArg response null
*)
-> ResponseData
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