Search Results for

    Show / Hide Table of Contents

    Class BasicModeAiPromptConfiguration

    Inheritance
    object
    AiPromptConfiguration
    BasicModeAiPromptConfiguration
    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 BasicModeAiPromptConfiguration : 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

    FileContent

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

    FileContext

    Declaration
    [JsonProperty("fileContext")]
    public bool? FileContext { 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

    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