Class BasicModeAiPromptConfiguration
Inheritance
BasicModeAiPromptConfiguration
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class BasicModeAiPromptConfiguration : AiPromptConfiguration
Properties
|
Edit this page
View Source
AudienceDescription
Declaration
[JsonProperty("audienceDescription")]
public string? AudienceDescription { get; set; }
Property Value
|
Edit this page
View Source
CompanyDescription
Declaration
[JsonProperty("companyDescription")]
public string? CompanyDescription { get; set; }
Property Value
|
Edit this page
View Source
FileContent
Declaration
[JsonProperty("fileContent")]
public bool? FileContent { get; set; }
Property Value
|
Edit this page
View Source
FileContext
Declaration
[JsonProperty("fileContext")]
public bool? FileContext { get; set; }
Property Value
|
Edit this page
View Source
GlossaryTerms
Declaration
[JsonProperty("glossaryTerms")]
public bool? GlossaryTerms { get; set; }
Property Value
|
Edit this page
View Source
Mode
Declaration
[JsonProperty("mode")]
public override AiPromptMode Mode { get; }
Property Value
Overrides
|
Edit this page
View Source
OtherLanguageTranslations
Declaration
[JsonProperty("otherLanguageTranslations")]
public OtherLanguageTranslationsConfig? OtherLanguageTranslations { get; set; }
Property Value
|
Edit this page
View Source
ProjectDescription
Declaration
[JsonProperty("projectDescription")]
public string? ProjectDescription { get; set; }
Property Value
|
Edit this page
View Source
PublicProjectDescription
Declaration
[JsonProperty("publicProjectDescription")]
public bool? PublicProjectDescription { get; set; }
Property Value
|
Edit this page
View Source
TmSuggestions
Declaration
[JsonProperty("tmSuggestions")]
public bool? TmSuggestions { get; set; }
Property Value