Class ActionRule
Inheritance
System.Object
ActionRule
Namespace: Crowdin.Api.AI
Assembly: Crowdin.Api.dll
Syntax
public class ActionRule : object
Properties
| Improve this Doc View SourceAction
Declaration
public AiPromptAction? Action { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<AiPromptAction> |
AvailableAiModelIds
Declaration
public List<string> AvailableAiModelIds { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |