Class AdvancedModeAiPromptConfiguration
Inheritance
System.Object
AdvancedModeAiPromptConfiguration
Assembly: Crowdin.Api.dll
Syntax
public class AdvancedModeAiPromptConfiguration : AiPromptConfiguration
Properties
|
Improve this Doc
View Source
Mode
Declaration
public override AiPromptMode Mode { get; }
Property Value
Overrides
|
Improve this Doc
View Source
OtherLanguageTranslations
Declaration
public OtherLanguageTranslationsConfig OtherLanguageTranslations { get; set; }
Property Value
|
Improve this Doc
View Source
Prompt
Declaration
public string Prompt { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Screenshots
Declaration
public bool? Screenshots { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|