Class AddAiPromptRequest
Inheritance
AddAiPromptRequest
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
|
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
EnabledProjectIds
Declaration
[JsonProperty("enabledProjectIds")]
public ICollection<long>? EnabledProjectIds { 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