RequestData
Prompts Property
|
Namespace:
Spire.Presentation.AI.Model
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Dictionary<string, string> Prompts { get; set; }
Public Property Prompts As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ Prompts {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member Prompts : Dictionary<string, string> with get, set
Property Value
Type:
Dictionary
String
,
String
See Also