Search Results for

    Show / Hide Table of Contents

    Class AiPromptResource

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

    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

    CreatedAt

    Declaration
    [JsonProperty("createdAt")]
    public DateTimeOffset CreatedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Edit this page View Source

    EnabledProjectIds

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

    Id

    Declaration
    [JsonProperty("id")]
    public long Id { get; set; }
    Property Value
    Type Description
    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

    UpdatedAt

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