Class BasicModeAssistActionAiPromptConfiguration
Inheritance
System.Object
BasicModeAssistActionAiPromptConfiguration
Assembly: Crowdin.Api.dll
Syntax
public class BasicModeAssistActionAiPromptConfiguration : AiPromptConfiguration
Properties
|
Improve this Doc
View Source
AudienceDescription
Declaration
public string? AudienceDescription { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
CompanyDescription
Declaration
public string? CompanyDescription { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
FileContext
Declaration
public bool? FileContext { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
FilteredStrings
Declaration
public bool? FilteredStrings { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
GlossaryTerms
Declaration
public bool? GlossaryTerms { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
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
ProjectDescription
Declaration
public string? ProjectDescription { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
PublicProjectDescription
Declaration
public bool? PublicProjectDescription { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Screenshots
Declaration
public bool? Screenshots { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
SiblingsStrings
Declaration
public bool? SiblingsStrings { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
TmSuggestions
Declaration
public bool? TmSuggestions { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|