Class AiSettingsShortcuts
Inheritance
AiSettingsShortcuts
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AiSettingsShortcuts
Properties
|
Edit this page
View Source
Enabled
Declaration
[JsonProperty("enabled")]
public bool Enabled { 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
Prompt
Declaration
[JsonProperty("prompt")]
public string Prompt { get; set; }
Property Value