Search Results for

    Show / Hide Table of Contents

    Class AddAiPromptRequest

    Inheritance
    object
    AddAiPromptRequest
    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 AddAiPromptRequest

    Properties

    | Edit this page View Source

    Action

    Declaration
    [JsonProperty("action")]
    public AiPromptAction Action { get; set; }
    Property Value
    Type Description
    AiPromptAction
    | Edit this page View Source

    AiModelId

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

    AiProviderId

    Declaration
    [JsonProperty("aiProviderId")]
    public long AiProviderId { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Configuration

    Declaration
    [JsonProperty("config")]
    public AiPromptConfiguration Configuration { get; set; }
    Property Value
    Type Description
    AiPromptConfiguration
    | Edit this page View Source

    EnabledProjectIds

    Declaration
    [JsonProperty("enabledProjectIds")]
    public ICollection<long>? EnabledProjectIds { get; set; }
    Property Value
    Type Description
    ICollection<long>
    | Edit this page View Source

    IsEnabled

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

    Name

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