Class ExternalModeAiPromptConfiguration
Inheritance
System.Object
ExternalModeAiPromptConfiguration
Assembly: Crowdin.Api.dll
Syntax
public class ExternalModeAiPromptConfiguration : AiPromptConfiguration
Properties
|
Improve this Doc
View Source
Identifier
Declaration
public string Identifier { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Key
Declaration
public string Key { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Mode
Declaration
public override AiPromptMode Mode { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Options
Declaration
public IDictionary<string, object>? Options { get; set; }
Property Value
Type |
Description |
System.Nullable<IDictionary<System.String, System.Object>> |
|