Search Results for

    Show / Hide Table of Contents

    Class BasicModeAssistActionAiPromptConfiguration

    Inheritance
    object
    AiPromptConfiguration
    BasicModeAssistActionAiPromptConfiguration
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class BasicModeAssistActionAiPromptConfiguration : AiPromptConfiguration

    Properties

    | Edit this page View Source

    AudienceDescription

    Declaration
    [JsonProperty("audienceDescription")]
    public string? AudienceDescription { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CompanyDescription

    Declaration
    [JsonProperty("companyDescription")]
    public string? CompanyDescription { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    FileContext

    Declaration
    [JsonProperty("fileContext")]
    public bool? FileContext { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    FilteredStrings

    Declaration
    [JsonProperty("filteredStrings")]
    public bool? FilteredStrings { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    GlossaryTerms

    Declaration
    [JsonProperty("glossaryTerms")]
    public bool? GlossaryTerms { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Mode

    Declaration
    [JsonProperty("mode")]
    public override AiPromptMode Mode { get; }
    Property Value
    Type Description
    AiPromptMode
    Overrides
    AiPromptConfiguration.Mode
    | Edit this page View Source

    OtherLanguageTranslations

    Declaration
    [JsonProperty("otherLanguageTranslations")]
    public OtherLanguageTranslationsConfig? OtherLanguageTranslations { get; set; }
    Property Value
    Type Description
    OtherLanguageTranslationsConfig
    | Edit this page View Source

    ProjectDescription

    Declaration
    [JsonProperty("projectDescription")]
    public string? ProjectDescription { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PublicProjectDescription

    Declaration
    [JsonProperty("publicProjectDescription")]
    public bool? PublicProjectDescription { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Screenshots

    Declaration
    [JsonProperty("screenshots")]
    public bool? Screenshots { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    SiblingsStrings

    Declaration
    [JsonProperty("siblingsStrings")]
    public bool? SiblingsStrings { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    TmSuggestions

    Declaration
    [JsonProperty("tmSuggestions")]
    public bool? TmSuggestions { get; set; }
    Property Value
    Type Description
    bool?
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX