Search Results for

    Show / Hide Table of Contents

    Class ActionRule

    Inheritance
    System.Object
    ActionRule
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    public class ActionRule : object

    Properties

    | Improve this Doc View Source

    Action

    Declaration
    public AiPromptAction? Action { get; set; }
    Property Value
    Type Description
    System.Nullable<AiPromptAction>
    | Improve this Doc View Source

    AvailableAiModelIds

    Declaration
    public List<string> AvailableAiModelIds { get; set; }
    Property Value
    Type Description
    List<System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX