Class AiPromptResource
Inheritance
AiPromptResource
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
|
Edit this page
View Source
AiModelId
Declaration
[JsonProperty("aiModelId")]
public string AiModelId { get; set; }
Property Value
|
Edit this page
View Source
AiProviderId
Declaration
[JsonProperty("aiProviderId")]
public long AiProviderId { get; set; }
Property Value
|
Edit this page
View Source
Configuration
Declaration
[JsonProperty("config")]
public AiPromptConfiguration Configuration { get; set; }
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
EnabledProjectIds
Declaration
[JsonProperty("enabledProjectIds")]
public long[] EnabledProjectIds { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
IsEnabled
Declaration
[JsonProperty("isEnabled")]
public bool IsEnabled { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
UpdatedAt
Declaration
[JsonProperty("updatedAt")]
public DateTimeOffset? UpdatedAt { get; set; }
Property Value