Class AiSettings
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AiSettings
Properties
|
Edit this page
View Source
AssistActionAiPromptId
Declaration
[JsonProperty("assistActionAiPromptId")]
public long AssistActionAiPromptId { get; set; }
Property Value
|
Edit this page
View Source
Shortcuts
Declaration
[JsonProperty("shortcuts")]
public AiSettingsShortcuts[] Shortcuts { get; set; }
Property Value
|
Edit this page
View Source
ShowSuggestion
Declaration
[JsonProperty("showSuggestion")]
public bool ShowSuggestion { get; set; }
Property Value